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?
What's New on GitHub是由Mickaël Allonneau開發的Chrome擴展程式,該擴展的主要功能是“See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.”。
擴展截圖
下載What's New on GitHub擴展crx文件
下載What's New on GitHub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/)
擴展基本資訊
名稱 | What's New on GitHub |
ID | ldleapnlgbkpkabhbkkeangmnfpikahe |
官方網址 | https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe |
簡介 | See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds. |
檔案大小 | 9.8 KB |
安裝次數 | 175 |
目前版本 | 3.0.1 |
更新時間 | 2023-02-28 |
上架時間 | 2020-05-18 |
開發者 | Mickaël Allonneau |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/flawyte/whats-new-github |
支援的語言 | 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" ] } |