Star History
A chrome extension showing star history graph of current GitHub repository
Qu'est-ce que Star History ?
Star History est une extension Chrome développée par https://star-history.com, et sa fonction principale est "A chrome extension showing star history graph of current GitHub repository".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Star History
Téléchargez les fichiers d'extension Star History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.
Informations de Base sur l'Extension
Nom | Star History |
ID | iijibbcdddbhokfepbblglfgdglnccfn |
URL Officiel | https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn |
Description | A chrome extension showing star history graph of current GitHub repository |
Taille du Fichier | 785 KB |
Nombre d'Installations | 4,002 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-02-07 |
Date de Publication | 2020-02-11 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | https://star-history.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bytebase/star-history-plugin |
URL de la Page d'Aide | https://github.com/bytebase/star-history-plugin/issues |
Langues Prises en Charge | 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" ] } |