Github Star Viewer

Extension for viewing github stars next to github links

What is Github Star Viewer?

Github Star Viewer is a Chrome extension developed by vigovlugt, and its main feature is "Extension for viewing github stars next to github links".

Extension Screenshots

screenshot

Download Github Star Viewer Extension CRX File

Download Github Star Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Github Star Viewer Github Star Viewer
ID hkfdnggekcfkaojagbbdnfdfigebchbc
Official URL https://chromewebstore.google.com/detail/github-star-viewer/hkfdnggekcfkaojagbbdnfdfigebchbc
Description Extension for viewing github stars next to github links
File Size 12.28 KB
Installation Count 47
Current Version 1.0
Last Updated 2020-07-21
Publish Date 2020-07-20
Rating 5.00/5 Total 1 Ratings
Developer vigovlugt
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}