Follow GitHub Organization
Follow GitHub organizations and get activities on new repositories in your feed
Follow GitHub Organization là gì?
Follow GitHub Organization là một tiện ích mở rộng Chrome được phát triển bởi https://followgithub.org, và tính năng chính của nó là "Follow GitHub organizations and get activities on new repositories in your feed".
Ả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 Follow GitHub Organization
Tải xuống các tệp mở rộng Follow GitHub Organization 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
Browser extension that lets you follow GitHub organizations like normal user accounts. It shows the activities happening in the followed organization accounts in the main GitHub feed. --- It's not affiliated with GitHub.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Follow GitHub Organization |
ID | nihhgppianmnaaomafdoemomnnpdnfjn |
URL Chính Thức | https://chromewebstore.google.com/detail/follow-github-organizatio/nihhgppianmnaaomafdoemomnnpdnfjn |
Mô tả | Follow GitHub organizations and get activities on new repositories in your feed |
Kích Thước Tệp | 99.17 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.0.12 |
Cập Nhật Lần Cuối | 2019-08-28 |
Ngày Phát Hành | 2019-08-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://followgithub.org |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Follow GitHub Organization", "version": "0.0.12", "description": "Follow GitHub organizations and get activities on new repositories in your feed", "permissions": [ "https:\/\/api.followgithub.org\/*", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/index.js" ], "run_at": "document_end" } ] } |