제작자: Rahul Dhole Add-on
Inspect and view changes in Github Streak source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "github-streak-extension",
"description": "Native GitHub Streak stats integration and Camo cache purger.",
"version": "0.0.1",
"icons": {
"16": "assets/icons/fire-16.png",
"32": "assets/icons/fire-32.png",
"48": "assets/icons/fire-48.png",
"128": "assets/icons/fire-128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"*://github.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "github-streak@rahuldhole.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"content-scripts/camo-purger.js",
"content-scripts/profile-injector.js"
]
},
{
"matches": [
"*://*.google.com/*"
],
"js": [
"content-scripts/content.js"
]
}
]
} 최고의 Github Streak 대안
다음은 Github Streak과(와) 유사한 Firefox add-on입니다:
GitHub Streaks
Brian Steffens
Codeforces Streak
Punt
GitHub Original Streak
Naramsim
GitHub Weekends
Phil Nash
Github subscribed
marpo60
Github Activity Indicator
derhackler
Github
rickdaalhuizen90
Github Repo Status
Pierluigi Cau
Github Gists
Matthew Jarvis
Streak
Yorick
Github Code Font Changer
Gustavo Martins T Borges
Stylize GitHub
Ryan P. C. McQuen