Par : klcb2010
Inspect and view changes in GitHub Replace Button(给GitHub增加替换按钮) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Replace Button",
"version": "5.2",
"description": "Adds a replace button next to Edit on GitHub file pages",
"icons": {
"32": "icon/icon32.png",
"48": "icon/icon48.png",
"128": "icon/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"https://api.github.com/*"
],
"content_scripts": [
{
"matches": [
"*://github.com/*/blob/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "github-replace-button@example.com"
}
}
} Meilleures alternatives GitHub Replace Button(给GitHub增加替换按钮)
Voici quelques Firefox add-ons qui sont similaires à GitHub Replace Button(给GitHub增加替换按钮) :