repoInspector
Inspect repositories
repoInspector क्या है?
repoInspector Hetz Ventures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspect repositories"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में repoInspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
repoInspector is a Github repository inspector built for anyone to gather useful data on open source repositories. Data available includes countries in which a repository is popular, the organizations to which a repo’s users belong to, numbers of active vs dormant users, and more. Using the open Github API, we package and present available data about any repository. Install the Chrome extension and start using repoInspector immediately to gather info about stargazers, contributors, and forkers for any Github repo! repoInspector is handy for: - VCs and investors - Entrepreneurs - Developers - Anyone who can benefit from an easy way to analyze this kind of data! Once you install repoInspector, we’ll show you easy step by step instructions for inspecting any repository on Github.
एक्सटेंशन की मूल जानकारी
नाम | repoInspector |
ID | hogkmljfjdgibeoepenpfggaiipngknb |
आधिकारिक URL | https://chromewebstore.google.com/detail/repoinspector/hogkmljfjdgibeoepenpfggaiipngknb |
विवरण | Inspect repositories |
फ़ाइल का आकार | 499 KB |
स्थापना संख्या | 88 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2022-11-21 |
डेवलपर | Hetz Ventures |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/HetzVentures/repoInspector |
सहायता पृष्ठ URL | https://www.hetz.vc/ |
गोपनीयता नीति पृष्ठ URL | https://www.hetz.vc/repinspector-chrome-extension-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "repoInspector", "description": "Inspect repositories", "version": "1.0.2", "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |