Bundlephobia Web Extension
Bundlephobia extension to check the size of a package.
Bundlephobia Web Extensionคืออะไร?
Bundlephobia Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cristian Bote และคุณลักษณะหลักของมันคือ "Bundlephobia extension to check the size of a package."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bundlephobia Web Extension
ดาวน์โหลดไฟล์ส่วนขยาย Bundlephobia Web Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | dliifhggbnajibohfjcpiedlfjmoneko | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko | 
| คำอธิบาย | Bundlephobia extension to check the size of a package. | 
| ขนาดไฟล์ | 14.74 KB | 
| จำนวนการติดตั้ง | 161 | 
| เวอร์ชันปัจจุบัน | 1.0.1 | 
| อัปเดตครั้งล่าสุด | 2018-11-22 | 
| วันที่เผยแพร่ | 2018-11-22 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | Cristian Bote | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | 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"
    }
}  |  |