Github Notable Comments
Lets you easily navigate between the notable comments on github
O que é Github Notable Comments?
Github Notable Comments é uma extensão do Chrome desenvolvida por kamranahmed.se, e sua principal característica é "Lets you easily navigate between the notable comments on github".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Notable Comments
Baixe arquivos de extensão Github Notable Comments 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
Informações Básicas da Extensão
Nome | Github Notable Comments |
ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
URL Oficial | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
Descrição | Lets you easily navigate between the notable comments on github |
Tamanho do Arquivo | 13.17 KB |
Contagem de Instalações | 53 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-04-20 |
Data de Publicação | 2018-04-20 |
Desenvolvedor | kamranahmed.se |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/kamranahmedse/notable-comments |
URL da Página de Ajuda | http://github.com/kamranahmedse/notable-comments/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Notable Comments", "short_name": "github-notable-comments", "version": "0.0.1", "manifest_version": 2, "description": "Lets you easily navigate between the notable comments on github", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "index.js" ], "css": [ ".\/styles\/main.css" ] } ] } |