Bundlephobia Web Extension
Bundlephobia extension to check the size of a package.
What is Bundlephobia Web Extension?
Bundlephobia Web Extension is a Chrome extension developed by Cristian Bote, and its main feature is "Bundlephobia extension to check the size of a package.".
Extension Screenshots
Download Bundlephobia Web Extension Extension CRX File
Download Bundlephobia Web Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a web extension that wraps the super awesome tool, Bundlephobia(https://bundlephobia.com/), with whom you can check the size of a package directly in your browser, without the need to open a new tab, when viewing it on github or npmjs.
Extension Basic Information
Name | Bundlephobia Web Extension |
ID | dliifhggbnajibohfjcpiedlfjmoneko |
Official URL | https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko |
Description | Bundlephobia extension to check the size of a package. |
File Size | 14.74 KB |
Installation Count | 161 |
Current Version | 1.0.1 |
Last Updated | 2018-11-22 |
Publish Date | 2018-11-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Cristian Bote |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bundlephobia Web Extension", "version": "1.0.1", "description": "Bundlephobia extension to check the size of a package.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "favicon-32x32.png" }, "permissions": [ "activeTab", "declarativeContent" ], "icons": { "32": "favicon-32x32.png", "256": "icon-256x256.png" } } |