What's New on GitHub
See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
O que é What's New on GitHub?
What's New on GitHub é uma extensão do Chrome desenvolvida por Mickaël Allonneau, e sua principal característica é "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão What's New on GitHub
Baixe arquivos de extensão What's New on GitHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/)
Informações Básicas da Extensão
Nome | What's New on GitHub |
ID | ldleapnlgbkpkabhbkkeangmnfpikahe |
URL Oficial | https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe |
Descrição | See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds. |
Tamanho do Arquivo | 9.8 KB |
Contagem de Instalações | 175 |
Versão Atual | 3.0.1 |
Última Atualização | 2023-02-28 |
Data de Publicação | 2020-05-18 |
Desenvolvedor | Mickaël Allonneau |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/flawyte/whats-new-github |
Idiomas Suportados | 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" ] } |