By: Dmitry Savenko
Inspect and view changes in Progaholic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Progaholic",
"version": "1.1resigned1",
"description": "Progaholic is a browser plugin to show how much you contributed today. The plugin counts your contributions (pushes, issues, etc) and shows how active you've been today on every web page you visit. The idea is to encourage you to do more instead of pointless web surfing. Suitable for programmers, technical writers, QA engineers and anyone, who use GitHub, GitLab or BitBucket every day. Contribute more for the greater good! Be a progaholic!",
"author": "Dmitry Savenko",
"homepage_url": "https://github.com/dsavenko/progaholic",
"icons": {
"128": "icon.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"x.js",
"bg.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"x.js",
"cs.js"
]
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "{116fb9d7-1f00-41dd-9ea2-92855932380a}"
}
}
} Best Progaholic Alternatives
Here are some Firefox add-ons that are similar to Progaholic:
GitHub Weekends
Phil Nash
ContribsToday
Kris
GitHub Notifier Pro
eux
Github Activity Indicator
derhackler
Contributors on Github
Henry
Isometric Contributions for GitHub
spikespaz
GitHub Colorful Contributions
G1en
GitHub Contribution Tracker
Moti Korets
GitHub Contribution Graph
Arrow
Senior Dev Contribution Graph Editor
Michael Hobbs
Sneetches for GitHub
Kev
Stack Overflow Prettifier
jmwoliver