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