GitXplorerGitXplorer
H

homybe

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
de9137593d8787250b5e1a7ce67c4bbdc941e5b8

feat: qrcode js

HHomyeeKing committed 7 months ago
Unverified
ca1ee25d2724d2fb6617cf3d01acbd5a481518b1

chore: add wh_infostruct=true

HHomyeeKing committed 8 months ago
Unverified
f23ea37aa7eecfab816a30de17084ca89bd0d400

feat: wh_debug=true

HHomyeeKing committed 9 months ago
Unverified
c93c51e65c5b65bc3180b494ba93e49d8e1d63e8

chore: rename

HHomyeeKing committed 9 months ago
Unverified
e9cb539df02c53f0b4977dfe2515198fa05d9141

feat: quick query tag

HHomyeeKing committed 9 months ago
Unverified
2dd26f93eac8f4c1c893f98900652f1888603b64

fix: rm crossorigin

HHomyeeKing committed a year ago

README

The README file for this repository.

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

qrcode

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":{
      
  }

}