Star Manager
tiny Github star manager
Qu'est-ce que Star Manager ?
Star Manager est une extension Chrome développée par Kilerd, et sa fonction principale est "tiny Github star manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Star Manager
Téléchargez les fichiers d'extension Star Manager 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
here is a very tiny Github star manager. you can access your star list on Chrome quickly and easily. After installation, you need to type your Github username to the bottom input field. Then, wait half an hour or restart your Chrome completely for fetching your Github star list. The refresh process would be activated when starting Chrome or every half an hour. For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page. Finally, enjoy it and thanks for installation. Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager
Informations de Base sur l'Extension
Nom | Star Manager |
ID | klajgkhhnnipjkilfgkkjofidahjfobh |
URL Officiel | https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh |
Description | tiny Github star manager |
Taille du Fichier | 878 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2019-12-03 |
Date de Publication | 2019-12-03 |
Développeur | Kilerd |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Kilerd/StarManager |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Manager", "version": "0.0.7", "description": "tiny Github star manager", "icons": { "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage" ] } |