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
电子邮箱 [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"
        }
    ]
}