Star History

A chrome extension showing star history graph of current GitHub repository

What is Star History?

Star History is a Chrome extension developed by https://star-history.com, and its main feature is "A chrome extension showing star history graph of current GitHub repository".

Extension Screenshots

screenshot
screenshot

Download Star History Extension CRX File

Download Star History 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 of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.                    

Extension Basic Information

Name Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
Official URL https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Description A chrome extension showing star history graph of current GitHub repository
File Size 785 KB
Installation Count 4,002
Current Version 2.0
Last Updated 2022-02-07
Publish Date 2020-02-11
Rating 4.92/5 Total 12 Ratings
Developer https://star-history.com
Email [email protected]
Payment Type free
Extension Website https://github.com/bytebase/star-history-plugin
Help Page URL https://github.com/bytebase/star-history-plugin/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star History",
    "description": "A chrome extension showing star history graph of current GitHub repository",
    "homepage_url": "https:\/\/github.com\/bytebase\/star-history",
    "author": "bytebase",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/extension\/popup.html"
    },
    "host_permissions": [
        "https:\/\/api.github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}