Star History
A chrome extension showing star history graph of current GitHub repository
Cos'è Star History?
Star History è un'estensione di Chrome sviluppata da https://star-history.com, e la sua funzione principale è "A chrome extension showing star history graph of current GitHub repository".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Star History
Scarica i file di estensione Star History in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.
Informazioni di Base sull'Estensione
Nome | Star History |
ID | iijibbcdddbhokfepbblglfgdglnccfn |
URL Ufficiale | https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn |
Descrizione | A chrome extension showing star history graph of current GitHub repository |
Dimensione del File | 785 KB |
Conteggio Installazioni | 4,002 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-02-07 |
Data di Pubblicazione | 2020-02-11 |
Valutazione | 4.92/5 Totale 12 Valutazioni |
Sviluppatore | https://star-history.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bytebase/star-history-plugin |
URL della Pagina di Aiuto | https://github.com/bytebase/star-history-plugin/issues |
Lingue Supportate | 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" ] } |