Bundlephobia Web Extension

Bundlephobia extension to check the size of a package.

Qu'est-ce que Bundlephobia Web Extension ?

Bundlephobia Web Extension est une extension Chrome développée par Cristian Bote, et sa fonction principale est "Bundlephobia extension to check the size of a package.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bundlephobia Web Extension

Téléchargez les fichiers d'extension Bundlephobia Web Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bundlephobia Web Extension Bundlephobia Web Extension
ID dliifhggbnajibohfjcpiedlfjmoneko
URL Officiel https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko
Description Bundlephobia extension to check the size of a package.
Taille du Fichier 14.74 KB
Nombre d'Installations 161
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-11-22
Date de Publication 2018-11-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Cristian Bote
Type de Paiement free
Langues Prises en Charge 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"
    }
}