By: banyan
Inspect and view changes in GitHub Story Points source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Story Points",
"description": "Chrome extension to see story points in GitHub projects",
"short_name": "GitHub Story Points",
"version": "0.3.0",
"author": "Kohei Hasegawa",
"homepage_url": "https://github.com/banyan/github-story-points",
"icons": {
"16": "assets/images/icon.png",
"48": "assets/images/icon.png",
"128": "assets/images/icon.png"
},
"permissions": [
"https://github.com/*",
"contextMenus",
"activeTab"
],
"optional_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"dist/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*/projects/*"
],
"js": [
"dist/story-points.js"
]
}
]
} Best GitHub Story Points Alternatives
Here are some Firefox add-ons that are similar to GitHub Story Points:
GitHub Project Story Points
Ovio
GitHub Story Points Calculator
Ava Li
Star History
daUnknownCoder
Sneetches for GitHub
Kev
Potential changes for GitHub
Dzhavat Ushev
GitHub Project Tweaks
Exasol
Le Git Graph - GitHub Git Graph
scaria.dev
GitLines
Stefanos0710
APT GitHub Improvements
Michael Comella
GitHub Weekends
Phil Nash
Sourcegraph for Firefox
Sourcegraph
Isometric Contributions for GitHub
spikespaz