By: AminoffZ
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": 3,
"name": "GitHub Repo Size",
"author": "mouiylus@gmail.com",
"description": "Show size summaries of GitHub repos",
"version": "0.2.7",
"web_accessible_resources": [
{
"resources": [
"script.js"
],
"matches": [
"https://github.com/*"
]
}
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"css": [
"content.css"
]
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"tabs",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "github-repo-size@gmail.com",
"strict_min_version": "42.0"
}
}
} Best GitHub Repo Size Alternatives
Here are some Firefox add-ons that are similar to GitHub Repo Size:
GitHub Repository Size
Pranav Mangal
Github Aid - repo file size
omar-azmi
Github Helper
Varun Sridharan
Enhanced GitHub
Varun Malhotra
GitHub Downloader
Roe
GitHub Repo Analyzer
onyx47
GRSize
pluvivanto
GitHub仓库大小显示器(增强版)
klcb2010
Le Git Graph - GitHub Git Graph
scaria.dev
Sneetches for GitHub
Kev