NPM Downloads

Display download counts alongside NPM author pages

NPM Downloadsคืออะไร?

NPM Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukeed และคุณลักษณะหลักของมันคือ "Display download counts alongside NPM author pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPM Downloads

ดาวน์โหลดไฟล์ส่วนขยาย NPM Downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See the website for more info.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NPM Downloads NPM Downloads
ID gkopjiobbmgaolpocbjnjilaamleimbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/npm-downloads/gkopjiobbmgaolpocbjnjilaamleimbd
คำอธิบาย Display download counts alongside NPM author pages
ขนาดไฟล์ 9.77 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-05-02
วันที่เผยแพร่ 2017-05-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา lukeed
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lukeed/npm-downloads-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NPM Downloads",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Display download counts alongside NPM author pages",
    "homepage_url": "https:\/\/github.com\/lukeed\/npm-downloads-extension",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "https:\/\/www.npmjs.com\/~*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.npmjs.com\/~*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}