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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | iijibbcdddbhokfepbblglfgdglnccfn |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |