Remu
Just for GitHub Star, view stars and organizing starred repository.
Qu'est-ce que Remu ?
Remu est une extension Chrome développée par zenghongtu, et sa fonction principale est "Just for GitHub Star, view stars and organizing starred repository.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remu
Téléchargez les fichiers d'extension Remu 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
Github Repo: https://github.com/zenghongtu/Remu Privacy Policy: https://github.com/zenghongtu/Remu/blob/master/privacy-policy.md ## Feature - Star history - Show starred repositories / watching repositories(**default close**) - Add Notes - Set / Edit / Delete Tags - Search by title / description / readme(**default close**) - UnStarred Repo / Download Zip / Clone with HTTPS - Google Account Sync Token/GistId, Gist ** Auto Sync ** tag data (default 6 second delay) - and many more... ## Next Feature - [ ] multi-language - [ ] theme - [ ] toc - [ ] search tips - [ ] tag custom color
Informations de Base sur l'Extension
Nom | Remu |
ID | bajifjohhghngljcfhkbpcggafpiajdo |
URL Officiel | https://chromewebstore.google.com/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo |
Description | Just for GitHub Star, view stars and organizing starred repository. |
Taille du Fichier | 1.68 MB |
Nombre d'Installations | 1,181 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2020-12-17 |
Date de Publication | 2020-06-25 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | zenghongtu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zenghongtu/Remu |
URL de la Page d'Aide | https://github.com/zenghongtu/Remu/issues |
URL de la Page de Politique de Confidentialité | https://github.com/zenghongtu/Remu/blob/master/privacy-policy.md |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Just for GitHub Star, view stars and organizing starred repository.", "version": "1.2.0", "name": "Remu", "short_name": "Remu", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/zenghongtu\/", "icons": { "32": "32x32.png", "64": "64x64.png", "128": "128x128.png", "256": "256x256.png" }, "permissions": [ "storage", "clipboardWrite", "unlimitedStorage", "activeTab", "tabs", "https:\/\/api.github.com\/*" ], "browser_action": { "default_icon": "64x64.png" }, "options_ui": { "page": "options.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "js\/content.bundle.js" ], "css": [ "style\/content.css" ], "run_at": "document_start" } ] } |