By: Snowmanzzz Add-on
Inspect and view changes in GitHub Repo Size source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Repo Size",
"description": "View GitHub repository sizes directly on repo pages.",
"version": "0.1.0",
"permissions": [
"activeTab",
"tabs",
"https://api.github.com/*",
"https://github.com/*"
],
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "{ea719b09-1d5f-44a9-80ad-8b209452ff4a}"
}
},
"browser_action": {
"default_title": "GitHub Repo Size",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*"
],
"run_at": "document_idle",
"css": [
"content-scripts/content.css"
],
"js": [
"content-scripts/content.js"
]
}
]
} Best GitHub Repo Size Alternatives
Here are some Firefox add-ons that are similar to GitHub Repo Size:
Github Repo Size
Deetss
GitHub Repository Size
Pranav Mangal
Github Aid - repo file size
omar-azmi
Github Repository Size
Matthieu Harlé
GitHub Repo Size
AminoffZ
Github Helper
Varun Sridharan
GRSize
pluvivanto
GitHub仓库大小显示器(增强版)
klcb2010
GitHubRepos
siriuskoan
Github Repo Status
Pierluigi Cau
Enhanced GitHub
Varun Malhotra
GitHub Repo Creation Date
Bobjoerules