github npm stats

Displays npm package stats on GitHub

github npm statsとは何ですか?

github npm statsはkatranciによって開発されたChromeの拡張機能で、その主な機能は「Displays npm package stats on GitHub」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        About Permissions
==============
- Data access for github.com is required to access package.json file of the underlying project
- Data access for npmjs.org is required to access npm package details
- Storage is required to cache github and npm api responses

Source Code
==========
You can view the source code of this extension on https://github.com/katranci/github-npm-stats                    

拡張機能の基本情報

名前 github npm stats github npm stats
ID oomfflokggoffaiagenekchfnpighcef
公式URL https://chromewebstore.google.com/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef
説明 Displays npm package stats on GitHub
ファイルサイズ 65.86 KB
インストール数 621
現在のバージョン 1.3.4
最終更新日 2020-05-31
公開日 2020-05-31
評価 5.00/5 合計 4 レビュー
開発者 katranci
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/katranci/github-npm-stats
ヘルプページのURL https://github.com/katranci/github-npm-stats/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github npm stats",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "Displays npm package stats on GitHub",
    "author": "Ahmet Katranc\u0131 ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.npmjs.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "chart.min.js",
                "bundle.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}