Nodei.co: npm badges for GitHub
Display nodei.co npm badges on GitHub README files for Node.js packages
Nodei.co: npm badges for GitHubとは何ですか?
Nodei.co: npm badges for GitHubはrvaggによって開発されたChromeの拡張機能で、その主な機能は「Display nodei.co npm badges on GitHub README files for Node.js packages」です。
拡張機能のスクリーンショット
Nodei.co: npm badges for GitHub拡張機能のCRXファイルをダウンロード
Nodei.co: npm badges for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Each time you visit the GitHub page for a Node.js package published in npm you will see nodei.co badges displayed above the README.
See last publish, number of dependencies and dependents, number of stars and number of downloads. Also see a download graph for the last 6 months. 拡張機能の基本情報
| 名前 | |
| ID | gjfoekeijnfcemfgihckkhhoiehljdmd |
| 公式URL | https://chromewebstore.google.com/detail/nodeico-npm-badges-for-gi/gjfoekeijnfcemfgihckkhhoiehljdmd |
| 説明 | Display nodei.co npm badges on GitHub README files for Node.js packages |
| ファイルサイズ | 24.33 KB |
| インストール数 | 91 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2017-03-06 |
| 公開日 | 2017-03-06 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | rvagg |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/rvagg/nodei.co-chrome |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nodei.co: npm badges for GitHub",
"short_name": "nodei.co",
"author": "@rvagg",
"description": "Display nodei.co npm badges on GitHub README files for Node.js packages",
"version": "0.7",
"permissions": [
"https:\/\/registry.npmjs.org\/",
"https:\/\/rawgit.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
"lib\/embed_injected.js"
]
} | |