News Feed for GitHub
GitHub news feed notifications directly in the browser
O que é News Feed for GitHub?
News Feed for GitHub é uma extensão do Chrome desenvolvida por Julian Kühnel, e sua principal característica é "GitHub news feed notifications directly in the browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão News Feed for GitHub
Baixe arquivos de extensão News Feed for 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 will notify you if something happens in your GitHub news feed.
Informações Básicas da Extensão
Nome | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
URL Oficial | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Descrição | GitHub news feed notifications directly in the browser |
Tamanho do Arquivo | 48.81 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.2.1 |
Última Atualização | 2018-01-17 |
Data de Publicação | 2018-01-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Julian Kühnel |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/julmot/news-feed-for-github |
URL da Página de Ajuda | https://github.com/julmot/news-feed-for-github/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |