Github Star Viewer

Extension for viewing github stars next to github links

Github Star Viewerとは何ですか?

Github Star Viewerはvigovlugtによって開発されたChromeの拡張機能で、その主な機能は「Extension for viewing github stars next to github links」です。

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

screenshot

Github Star Viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension for adding github stars next to github repository links. Useful for awesome github lists or other pages with many links to github pages so you can quickly see which repositories are the moste popular                    

拡張機能の基本情報

名前 Github Star Viewer Github Star Viewer
ID hkfdnggekcfkaojagbbdnfdfigebchbc
公式URL https://chromewebstore.google.com/detail/github-star-viewer/hkfdnggekcfkaojagbbdnfdfigebchbc
説明 Extension for viewing github stars next to github links
ファイルサイズ 12.28 KB
インストール数 47
現在のバージョン 1.0
最終更新日 2020-07-21
公開日 2020-07-20
評価 5.00/5 合計 1 レビュー
開発者 vigovlugt
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Star Viewer",
    "description": "Extension for viewing github stars next to github links",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}