Star History

A chrome extension showing star history graph of current GitHub repository

Star Historyとは何ですか?

Star Historyはhttps://star-history.comによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension showing star history graph of current GitHub repository」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.                    

拡張機能の基本情報

名前 Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
公式URL https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
説明 A chrome extension showing star history graph of current GitHub repository
ファイルサイズ 785 KB
インストール数 4,002
現在のバージョン 2.0
最終更新日 2022-02-07
公開日 2020-02-11
評価 4.92/5 合計 12 レビュー
開発者 https://star-history.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bytebase/star-history-plugin
ヘルプページのURL https://github.com/bytebase/star-history-plugin/issues
対応言語 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"
    ]
}