Bundlephobia Web Extension

Bundlephobia extension to check the size of a package.

Apa itu Bundlephobia Web Extension?

Bundlephobia Web Extension adalah ekstensi Chrome yang dikembangkan oleh Cristian Bote, dan fitur utamanya adalah "Bundlephobia extension to check the size of a package.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bundlephobia Web Extension

Unduh file ekstensi Bundlephobia Web Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bundlephobia Web Extension Bundlephobia Web Extension
ID dliifhggbnajibohfjcpiedlfjmoneko
URL Resmi https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko
Deskripsi Bundlephobia extension to check the size of a package.
Ukuran File 14.74 KB
Jumlah Instalasi 161
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-11-22
Tanggal Publikasi 2018-11-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Cristian Bote
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}