npm lookup

Turn selected text on a webpage into an npm package lookup

npm lookupとは何ですか?

npm lookupはMichael Wuerglerによって開発されたChromeの拡張機能で、その主な機能は「Turn selected text on a webpage into an npm package lookup」です。

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

screenshot

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

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

拡張機能の使用方法

                        Turn selected text into a quick npm package lookup.

1. Select some text on a webpage (like on github's javascript source code viewer)
2. Right click
3. Select `Lookup on npmjs.com` from the context menu. 

**BOOM!** you have saved precious time. 

**Pro Tip:** Use this extension all over github's javascript source code viewer. You can select the text inside of `require()` or `import` statements to quickly review the npm profiles of javascript modules.                    

拡張機能の基本情報

名前 npm lookup npm lookup
ID ijgbachgpjabdghaghpngjhkmimojodg
公式URL https://chromewebstore.google.com/detail/npm-lookup/ijgbachgpjabdghaghpngjhkmimojodg
説明 Turn selected text on a webpage into an npm package lookup
ファイルサイズ 7.16 MB
インストール数 49
現在のバージョン 2.0.0
最終更新日 2016-01-25
公開日 2016-01-25
評価 5.00/5 合計 2 レビュー
開発者 Michael Wuergler
支払い方法 free
拡張機能のウェブサイト https://github.com/radiovisual/github-npm-lookup
ヘルプページのURL https://github.com/radiovisual/github-npm-lookup/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "npm lookup",
    "version": "2.0.0",
    "description": "Turn selected text on a webpage into an npm package lookup",
    "homepage_url": "https:\/\/github.com\/radiovisual\/github-npm-lookup",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "icons": {
        "128": "media\/icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    }
}