NPM Search & Update
NPM Search & Update, type 'npm' plus your package name into the url bar
NPM Search & Updateとは何ですか?
NPM Search & UpdateはManualsRepo.comによって開発されたChromeの拡張機能で、その主な機能は「NPM Search & Update, type 'npm' plus your package name into the url bar」です。
拡張機能のスクリーンショット
NPM Search & Update拡張機能のCRXファイルをダウンロード
NPM Search & Update拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NPM Search & Update providing a search for NodeJS packages and monitor changes from the npm registry
Features:
★ Help developer search dependencies at npmjs.com quickly with short typing.
eg: Type 'npm' plus your package name into the url bar and enter. It's take you go to npmjs search page.
★ Providing a search for package dependency and monitor changes from the npm registry.
★ Custom alarm notifications
★ Notify you when dependencies update
#Changelog
VERSION 0.0.9, 2020-01-25
- Fix duplicate action button on npmjs site 拡張機能の基本情報
| 名前 | |
| ID | kagpoplamlmaonpddimnnigiojimihnh |
| 公式URL | https://chrome.google.com/webstore/detail/npm-search-update/kagpoplamlmaonpddimnnigiojimihnh |
| 説明 | NPM Search & Update, type 'npm' plus your package name into the url bar |
| ファイルサイズ | 31.2 KB |
| インストール数 | 126 |
| 現在のバージョン | 0.0.9 |
| 最終更新日 | 2020-01-27 |
| 公開日 | 2020-01-27 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | ManualsRepo.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://docs.google.com/document/d/1Z1s5lAe0i8UuhcU0s9DVsm3gVjYlyaLNUzRYsLmzGFg/edit?usp=sharing |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPM Search & Update",
"short_name": "NPM Search",
"icons": {
"16": "icons\/npm-16.png",
"64": "icons\/npm-64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.npmjs.com\/package\/*"
],
"js": [
"contentScript.js"
],
"css": [
"styles.css"
]
}
],
"browser_action": {
"default_title": "NPM Search"
},
"omnibox": {
"keyword": "npm"
},
"manifest_version": 2,
"permissions": [
"*:\/\/*\/*",
"storage",
"alarms",
"notifications"
],
"author": "NPM Search",
"version": "0.0.9",
"description": "NPM Search & Update, type 'npm' plus your package name into the url bar",
"homepage_url": "https:\/\/www.npmjs.com\/"
} | |