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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ijgbachgpjabdghaghpngjhkmimojodg |
| 官方網址 | 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"
]
}
} | |