What's New on GitHub

See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.

Co je What's New on GitHub?

What's New on GitHub je rozšíření Chrome vyvinuté Mickaël Allonneau, a jeho hlavní funkcí je „See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření What's New on GitHub

Stáhněte si soubory rozšíření What's New on GitHub ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/)                    

Základní Informace o Rozšíření

Název What's New on GitHub What's New on GitHub
ID ldleapnlgbkpkabhbkkeangmnfpikahe
Oficiální URL https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe
Popis See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
Velikost souboru 9.8 KB
Počet instalací 175
Aktuální Verze 3.0.1
Poslední Aktualizace 2023-02-28
Datum Vydání 2020-05-18
Vývojář Mickaël Allonneau
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/flawyte/whats-new-github
Podporované Jazyky 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"
    ]
}