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"
}
}
} Best GitHub Replace Button(给GitHub增加替换按钮) Alternatives
Here are some Firefox add-ons that are similar to GitHub Replace Button(给GitHub增加替换按钮):
GitHub 中文汉化插件
MaydayV
Github Download Button
Grooby
Github Just Download
Dominic
Github to Stackblitz
Firefox user 14101245
cSlowG
zworm
GitHub Copy Raw
schollsebastian
Mergify
Mergify
Simple GitHub Bookmark
stigolini
GithubPlus
xl1te
Open in (GitHub) Dev!
OveringOwl
GitHub Accelerator: GitHub 文件加速
Geekertao
GitHub-PyCharm
evroon