提供元: Viktor Razumov
Inspect and view changes in Javascript Bundle Size source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Javascript Bundle Size",
"author": "Viktor Razumov",
"description": "Automatically adds javascript bundle size data to npm and github project pages",
"homepage_url": "https://github.com/vicrazumov/js-bundle-size",
"version": "0.1.1",
"content_scripts": [
{
"css": [
"css/style.css"
],
"js": [
"js/content.js",
"js/github-content.js"
],
"matches": [
"https://github.com/*/*"
]
},
{
"css": [
"css/style.css"
],
"js": [
"js/content.js",
"js/npmjs-content.js"
],
"matches": [
"https://www.npmjs.com/package/*"
]
}
],
"icons": {
"16": "/icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"https://bundlephobia.com/api/size"
]
} ベストのJavascript Bundle Size代替案
Javascript Bundle Sizeに類似したFirefox add-onをいくつか紹介します:
GitHub Repository Size
Pranav Mangal
Github Aid - repo file size
omar-azmi
WebStats
Nino
GRSize
pluvivanto
Github Helper
Varun Sridharan
LibJS Detector
Francesco De Stefano
Code Minifier (JS, CSS, HTML)
88GO
NPM Files Explorer
Androz2091
Dependency Security Scanner
Rahil Saini
JS Beautify,CSS,HTML
Djallal Fekirine
Gatbsy.js Detector
Sibiraj
Npm to GitHub
Marco Fugaro