GitHub Mention Highlighter
Highlight user and team mentions on GitHub
O que é GitHub Mention Highlighter?
GitHub Mention Highlighter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Highlight user and team mentions on GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Mention Highlighter
Baixe arquivos de extensão GitHub Mention Highlighter 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
Es un resaltador de Gibhub que ayuda al fosyga en colombia a mejorar el rendimiento de consultas a nivel nacional.
Informações Básicas da Extensão
Nome | |
ID | njefdbinhmfaebgbjihikefamibchpkk |
URL Oficial | https://chromewebstore.google.com/detail/github-mention-highlighte/njefdbinhmfaebgbjihikefamibchpkk |
Descrição | Highlight user and team mentions on GitHub |
Tamanho do Arquivo | 207 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.2.0 |
Última Atualização | 2019-04-24 |
Data de Publicação | 2019-04-24 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://tramitescol.com/consultar-fosyga/ |
Idiomas Suportados | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Mention Highlighter", "version": "0.2.0", "description": "Highlight user and team mentions on GitHub", "permissions": [ "https:\/\/github.com\/*", "https:\/\/*.githubapp.com\/*", "https:\/\/mail.google.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/*.githubapp.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/jquery\/dist\/jquery.js", "dist\/script.js" ], "css": [ "dist\/style.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "options_page": "dist\/options.html", "options_ui": { "page": "dist\/options.html", "chrome_style": true } } |