Star History
A chrome extension showing star history graph of current GitHub repository
Was ist Star History?
Star History ist eine Chrome-Erweiterung, die von https://star-history.com entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension showing star history graph of current GitHub repository".
Erweiterungsscreenshots
Star History-Erweiterungs-CRX-Datei herunterladen
Laden Sie Star History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iijibbcdddbhokfepbblglfgdglnccfn |
| Offizielle URL | https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn |
| Beschreibung | A chrome extension showing star history graph of current GitHub repository |
| Dateigröße | 785 KB |
| Installationsanzahl | 4,002 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2022-02-07 |
| Veröffentlichungsdatum | 2020-02-11 |
| Bewertung | 4.92/5 Insgesamt 12 Bewertungen |
| Entwickler | https://star-history.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bytebase/star-history-plugin |
| Hilfeseite URL | https://github.com/bytebase/star-history-plugin/issues |
| Unterstützte Sprachen | 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"
]
} | |