HubCare - Check GitHub repositories' health
Fastly check a GitHub repository's health and save your time when choosing what software to use or contribute with.
HubCare - Check GitHub repositories' health क्या है?
HubCare - Check GitHub repositories' health cjj.castro3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastly check a GitHub repository's health and save your time when choosing what software to use or contribute with."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubCare - Check GitHub repositories' health एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Hubcare is an open-source project to manage if a repository is good or not to a newcomer, either a passing visitor, someone who looks for contributions or someone who just is interested in the software.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jaalemmhbmjojoppdncnekgnjgfbfbda |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hubcare-check-github-repo/jaalemmhbmjojoppdncnekgnjgfbfbda |
विवरण | Fastly check a GitHub repository's health and save your time when choosing what software to use or contribute with. |
फ़ाइल का आकार | 281 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2019-06-24 |
प्रकाशन तिथि | 2019-06-24 |
रेटिंग | 2.67/5 कुल 3 रेटिंग्स |
डेवलपर | cjj.castro3 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.0", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "minimum_chrome_version": "10.0", "devtools_page": "pages\/devtools.html", "chrome_url_overrides": [], "omnibox": { "keyword": "hubcare" }, "content_scripts": [ { "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*", "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js", "scripts\/oauth2.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "activeTab", "bookmarks", "browsingData", "contextMenus", "history", "identity", "idle", "management", "nativeMessaging", "notifications", "privacy", "proxy", "storage", "tabs", "webRequest", "webRequestBlocking", "https:\/\/hubcare.ml\/*", "storage" ], "web_accessible_resources": [ "images\/questionMark.svg" ] } |