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.”。

扩展截图

screenshot
screenshot

下载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 What's New on GitHub
ID ldleapnlgbkpkabhbkkeangmnfpikahe
官方URL 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"
    ]
}