Star History
A chrome extension showing star history graph of current GitHub repository
Star History क्या है?
Star History https://star-history.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension showing star history graph of current GitHub repository"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.
एक्सटेंशन की मूल जानकारी
नाम | Star History |
ID | iijibbcdddbhokfepbblglfgdglnccfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn |
विवरण | A chrome extension showing star history graph of current GitHub repository |
फ़ाइल का आकार | 785 KB |
स्थापना संख्या | 4,002 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2022-02-07 |
प्रकाशन तिथि | 2020-02-11 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | https://star-history.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bytebase/star-history-plugin |
सहायता पृष्ठ URL | https://github.com/bytebase/star-history-plugin/issues |
समर्थित भाषाएँ | 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" ] } |