GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
O que é GitHub News Feed?
GitHub News Feed é uma extensão do Chrome desenvolvida por https://wenzhixin.net.cn, e sua principal característica é "Shows a tooltip with your unread news feed from GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub News Feed
Baixe arquivos de extensão GitHub News Feed 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
Shows a tooltip with your unread news feed from GitHub. GitHub repo: https://github.com/wenzhixin/github-news-feed.
Informações Básicas da Extensão
Nome | GitHub News Feed |
ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
URL Oficial | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Descrição | Shows a tooltip with your unread news feed from GitHub |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.2.0 |
Última Atualização | 2017-12-25 |
Data de Publicação | 2017-12-25 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | https://wenzhixin.net.cn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/wenzhixin/github-news-feed |
URL da Página de Ajuda | https://github.com/wenzhixin/github-news-feed/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub News Feed", "description": "Shows a tooltip with your unread news feed from GitHub", "version": "1.2.0", "manifest_version": 2, "icons": { "128": "logo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/github.com\/" ] } |