What's New on GitHub
See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
Was ist What's New on GitHub?
What's New on GitHub ist eine Chrome-Erweiterung, die von Mickaël Allonneau entwickelt wurde, und ihr Hauptmerkmal ist "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.".
Erweiterungsscreenshots
What's New on GitHub-Erweiterungs-CRX-Datei herunterladen
Laden Sie What's New on GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/)
Grundlegende Informationen zur Erweiterung
Name | What's New on GitHub |
ID | ldleapnlgbkpkabhbkkeangmnfpikahe |
Offizielle URL | https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe |
Beschreibung | See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds. |
Dateigröße | 9.8 KB |
Installationsanzahl | 175 |
Aktuelle Version | 3.0.1 |
Letztes Update | 2023-02-28 |
Veröffentlichungsdatum | 2020-05-18 |
Entwickler | Mickaël Allonneau |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/flawyte/whats-new-github |
Unterstützte Sprachen | 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" ] } |