IntelliSense hint for GitHub
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Octohint",
"version": "3.0.0",
"description": "IntelliSense hint for GitHub",
"homepage_url": "https://github.com/pd4d10/octohint",
"icons": {
"128": "icons/logo.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/content-script-loader.content-script.tsx-EM9m16zy-PQQN4UX2.js"
],
"matches": [
"https://github.com/*",
"https://gist.github.com/*",
"https://gitlab.com/*",
"https://bitbucket.org/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://bitbucket.org/*",
"https://gist.github.com/*",
"https://github.com/*",
"https://gitlab.com/*"
],
"resources": [
"assets/isArrayLike-DDx5duNb.js",
"assets/content-script.tsx-EM9m16zy.js"
],
"use_dynamic_url": true
}
]
}