What's New on GitHub
See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
What's New on GitHub là gì?
What's New on GitHub là một tiện ích mở rộng Chrome được phát triển bởi Mickaël Allonneau, và tính năng chính của nó là "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.".
Ả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 What's New on GitHub
Tải xuống các tệp mở rộng What's New on GitHub 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
This extension helps you see easily what happened on GitHub since your last visit. See the screenshot to see it in action! ⭐ Don't forget to leave a rating if you find this extension useful! (Also available on Firefox : https://addons.mozilla.org/en-US/firefox/addon/whats-new-github/)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | What's New on GitHub |
ID | ldleapnlgbkpkabhbkkeangmnfpikahe |
URL Chính Thức | https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe |
Mô tả | See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds. |
Kích Thước Tệp | 9.8 KB |
Số Lần Cài Đặt | 175 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2020-05-18 |
Nhà Phát Triển | Mickaël Allonneau |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/flawyte/whats-new-github |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "What's New on GitHub", "version": "3.0.1", "description": "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.", "icons": { "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/dashboard", "https:\/\/github.com\/orgs\/*\/dashboard" ], "js": [ "index.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |