Remu
Just for GitHub Star, view stars and organizing starred repository.
Remu क्या है?
Remu zenghongtu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just for GitHub Star, view stars and organizing starred repository."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Remu |
ID | bajifjohhghngljcfhkbpcggafpiajdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo |
विवरण | Just for GitHub Star, view stars and organizing starred repository. |
फ़ाइल का आकार | 1.68 MB |
स्थापना संख्या | 1,181 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2020-12-17 |
प्रकाशन तिथि | 2020-06-25 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | zenghongtu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zenghongtu/Remu |
सहायता पृष्ठ URL | https://github.com/zenghongtu/Remu/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/zenghongtu/Remu/blob/master/privacy-policy.md |
समर्थित भाषाएँ | 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" } ] } |