By: pluvivanto
Inspect and view changes in GRSize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GRSize",
"version": "1.2",
"description": "See GitHub repository sizes before you clone.",
"icons": {
"32": "icon_32.png",
"64": "icon_64.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https://api.github.com/*",
"https://github.com/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icon_32.png",
"64": "icon_64.png",
"128": "icon_128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icon_32.png"
],
"matches": [
"https://github.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "grsize@pluvivanto.win",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best GRSize Alternatives
Here are some Firefox add-ons that are similar to GRSize:
Github Repository Size
Matthieu Harlé
GitHub Repository Size
Pranav Mangal
Github Aid - repo file size
omar-azmi
Github Repo Size
Deetss
Github Helper
Varun Sridharan
GitHub Repo Size
AminoffZ
Enhanced GitHub
Varun Malhotra
GitHub仓库大小显示器(增强版)
klcb2010
GitHub Release Downloads
Addshore
GitHub: Better Line Counts
Aaron
GitHub Downloads
Samuel Meuli
GitHub Tab Render Size
s-h-a-d-o-w