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 là gì?
HubCare - Check GitHub repositories' health là một tiện ích mở rộng Chrome được phát triển bởi cjj.castro3, và tính năng chính của nó là "Fastly check a GitHub repository's health and save your time when choosing what software to use or contribute with.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HubCare - Check GitHub repositories' health
Tải xuống các tệp mở rộng HubCare - Check GitHub repositories' health dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jaalemmhbmjojoppdncnekgnjgfbfbda |
URL Chính Thức | https://chrome.google.com/webstore/detail/hubcare-check-github-repo/jaalemmhbmjojoppdncnekgnjgfbfbda |
Mô tả | Fastly check a GitHub repository's health and save your time when choosing what software to use or contribute with. |
Kích Thước Tệp | 281 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2019-06-24 |
Ngày Phát Hành | 2019-06-24 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | cjj.castro3 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |