作者: Eugene Shishkin
Inspect and view changes in GitHub Helpers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Helpers",
"version": "1.0.0",
"description": "A set of helper functions for working with GitHub",
"homepage_url": "https://github.com/eshishkin/firefox-github-helpers-extension",
"permissions": [
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "github-helpers-addon@eshishkin.org",
"strict_min_version": "57.0"
}
},
"browser_action": {
"default_icon": "icons/extension_icon.png",
"default_title": "GitHub Helper",
"default_popup": "popup/settings_popup.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/pull/*/files*"
],
"js": [
"pr_helpers.js"
]
}
]
} 最佳 GitHub Helpers 替代方案
这里是一些与GitHub Helpers类似的Firefox add-on: