提供元: Dmytro Striletskyi Add-on
Inspect and view changes in Github Story source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"version": "0.2resigned1",
"name": "Github story",
"short_name": "github-story",
"description": "Extension to use pull request description template with a single button click.",
"homepage_url": "https://github.com/dmytrostriletskyi/github-story",
"icons": {
"16": "images/icon_16.png",
"128": "images/icon_128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://github.com/*"
],
"content_scripts": [
{
"js": [
"jquery.min.js",
"constants.js",
"story.js",
"main.js"
],
"matches": [
"*://github.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e391a2b3-5999-4d4a-b559-664b6d000048}"
}
}
} ベストのGithub Story代替案
Github Storyに類似したFirefox add-onをいくつか紹介します:
Github Pull Request Commits
ikim23
Github Quick Launch
DulajDilshan
Github PR to Slack Message
Yuichi
Github ❤️ ClickUp
Bartholomej
Github Issue Reactions
Norfeldt
Github1s Extension
imDarkempire
Github Quick Approve
Monody Le
GithubPlus
xl1te
PR Templates for GitHub
Trần Xuân Thắng
Github Download Button
Grooby
Github Pull Request Counter
Renuo AG
Github to Stackblitz
Firefox user 14101245