Bundlephobia Web Extension
Bundlephobia extension to check the size of a package.
Wat is Bundlephobia Web Extension?
Bundlephobia Web Extension is een Chrome-extensie ontwikkeld door Cristian Bote, en de belangrijkste functie is "Bundlephobia extension to check the size of a package.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bundlephobia Web Extension
Download Bundlephobia Web Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dliifhggbnajibohfjcpiedlfjmoneko |
| Officiële URL | https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko |
| Beschrijving | Bundlephobia extension to check the size of a package. |
| Bestandsgrootte | 14.74 KB |
| Aantal Installaties | 161 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2018-11-22 |
| Publicatiedatum | 2018-11-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Cristian Bote |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |