Node Package Finder

An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…

Node Package Finderとは何ですか?

Node Package FinderはSuroor Wijdan & Sakshi Tyagiによって開発されたChromeの拡張機能で、その主な機能は「An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…」です。

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

screenshot

Node Package Finder拡張機能のCRXファイルをダウンロード

Node Package Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An easy way to find node.js packages right from your browser with just one click without needing to open another page.

Please leave reviews and feedback to improve this. Cheers!                    

拡張機能の基本情報

名前 Node Package Finder Node Package Finder
ID ilodempbgalegbnmnndlhnlokpapocli
公式URL https://chrome.google.com/webstore/detail/node-package-finder/ilodempbgalegbnmnndlhnlokpapocli
説明 An easy way to find node.js packages right from your browser with just one click without needing to open another page. Please…
ファイルサイズ 126 KB
インストール数 176
現在のバージョン 0.0.9
最終更新日 2014-10-18
公開日 2014-10-18
評価 5.00/5 合計 3 レビュー
開発者 Suroor Wijdan & Sakshi Tyagi
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Node Package Finder",
    "version": "0.0.9",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "identity",
        "http:\/\/registry.npmjs.org\/",
        "https:\/\/www.npmjs.org\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}