What's New on GitHub
See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
¿Qué es What's New on GitHub?
What's New on GitHub es una extensión de Chrome desarrollada por Mickaël Allonneau, y su función principal es "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión What's New on GitHub
Descarga archivos de extensión What's New on GitHub en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/)
Información Básica de la Extensión
Nombre | What's New on GitHub |
ID | ldleapnlgbkpkabhbkkeangmnfpikahe |
URL Oficial | https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe |
Descripción | See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds. |
Tamaño del Archivo | 9.8 KB |
Cantidad de Instalaciones | 175 |
Versión Actual | 3.0.1 |
Última Actualización | 2023-02-28 |
Fecha de Publicación | 2020-05-18 |
Desarrollador | Mickaël Allonneau |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/flawyte/whats-new-github |
Idiomas Soportados | 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" ] } |