My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
My Git Repo News là gì?
My Git Repo News là một tiện ích mở rộng Chrome được phát triển bởi greybax, và tính năng chính của nó là "Chrome extension which helps you not to miss important changes in your news thread related to your repo".
Ả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 My Git Repo News
Tải xuống các tệp mở rộng My Git Repo News 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
Don't miss any changes in your github newsfeed related with your repos!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
URL Chính Thức | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
Mô tả | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
Kích Thước Tệp | 168 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-10-01 |
Ngày Phát Hành | 2018-10-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | greybax |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/greybax/github-extension-my-repo-news |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Git Repo News", "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo", "short_name": "My Git Repo News", "version": "1.0.2", "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news", "browser_action": { "default_title": "My Git Repo News", "default_icon": "icons\/icon-16.png" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*" ], "js": [ "js\/index.js" ] } ] } |