NPM Downloads
Display download counts alongside NPM author pages
什麼是NPM Downloads?
NPM Downloads是由lukeed開發的Chrome擴展程式,該擴展的主要功能是“Display download counts alongside NPM author pages”。
擴展截圖
下載NPM Downloads擴展crx文件
下載NPM Downloads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See the website for more info. 擴展基本資訊
| 名稱 | |
| ID | gkopjiobbmgaolpocbjnjilaamleimbd |
| 官方網址 | 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"
]
}
]
} | |