提供元: Stefan Bohacek
Inspect and view changes in Github Organization Issues Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Github Organization Issues Link",
"description": "Link to all issues across an organization's repos.",
"homepage_url": "https://fourtonfish.com/project/github-organization-issues-link-chrome-extension/",
"version": "1.4.1",
"manifest_version": 2,
"permissions": [
"*://*.github.com/*",
"webRequest"
],
"content_scripts": [
{
"js": [
"scripts/content.js"
],
"matches": [
"*://*.github.com/*"
]
}
],
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{75c94b7b-1f5a-4128-a085-f8cb6fc6d604}"
}
}
} ベストのGithub Organization Issues Link代替案
Github Organization Issues Linkに類似したFirefox add-onをいくつか紹介します:
Github Org Project Link
Devolotl
Github Issue Reactions
Norfeldt
Github Relations
Noitidart
Github issue clone
miguelsvq
Github Quick Launch
DulajDilshan
Github Folders
Vortezz
Github List Bugzilla Bugs
Paul McLanahan
Github1s Extension
imDarkempire
Github License Summary
lazyc97
Github Activity Indicator
derhackler
GitHub Issue Link Status
Fregante