Inspect and view changes in github1s Linker source codes across current and past versions
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",
"name": "github1s Linker",
"description": "Inserts a direct link to github1s in gitHub repos",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"add_button.js"
]
}
],
"icons": {
"16": "images/icon16.png",
"24": "images/icon32.png",
"32": "images/icon64.png",
"64": "images/icon128.png"
}
}