NPM Downloads

Display download counts alongside NPM author pages

NPM Downloadsとは何ですか?

NPM Downloadsはlukeedによって開発されたChromeの拡張機能で、その主な機能は「Display download counts alongside NPM author pages」です。

拡張機能のスクリーンショット

screenshot
screenshot

NPM Downloads拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}