Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HomyeeKing/homybe

Repository files navigation

intention

sometimes the url are too long to read, and if we want to check some query in url will be difficult

so I use URLSearchParams to display the query in table list

Use

git clone git@github.com:HomyeeKing/homybe.git

then laod it from chrome

preview

when the url is https://github.com/?q=123,the popup will be

quick get qrcode when hover the image

2023年07月11日.21.14.12.mov

explain manifest.json structure

{
 "minifest_version": 3,
 "permission": ["tabs"], // the list that enable chrome features
 "optional_permissions": ["unlimitedStorage"], //
 "host_permissions": ["http://www.blogger.com/", "*://*/*"], // specify which domain can run the extension
 "content_security_policy": { // manage CSP
 "extension_pages": "...", // in the form of chrome-extension://<extension-id>/foo.html
 "sandbox": "..."
 },
 "action":{
 
 }
}

About

a browser extension for making life easier

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /