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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}