Bundlephobia Web Extension
Bundlephobia extension to check the size of a package.
Vad är Bundlephobia Web Extension?
Bundlephobia Web Extension är en Chrome-tillägg utvecklad av Cristian Bote, och dess huvudfunktion är "Bundlephobia extension to check the size of a package.".
Tilläggsskärmbilder
Ladda ner Bundlephobia Web Extension-förlängningens CRX-fil
Ladda ner Bundlephobia Web Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Bundlephobia Web Extension |
ID | dliifhggbnajibohfjcpiedlfjmoneko |
Officiell webbadress | https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko |
Beskrivning | Bundlephobia extension to check the size of a package. |
Filstorlek | 14.74 KB |
Antal Installationer | 161 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2018-11-22 |
Publiceringsdatum | 2018-11-22 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Cristian Bote |
Betalningssätt | free |
Stödda Språk | 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" } } |