Highlight Color
Change the default Highlight Color
O que é Highlight Color?
Highlight Color é uma extensão do Chrome desenvolvida por Partial Science, e sua principal característica é "Change the default Highlight Color".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Highlight Color
Baixe arquivos de extensão Highlight Color 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
Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks How to use Download the extension Click the Enabled Box Select the colors you want easily with your computers default color picker Then click "save changes" and the color will change It's that simple Version 3.0 Bug fixes PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)
Informações Básicas da Extensão
Nome | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
URL Oficial | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
Descrição | Change the default Highlight Color |
Tamanho do Arquivo | 863 KB |
Contagem de Instalações | 5,209 |
Versão Atual | 3.0 |
Última Atualização | 2015-09-30 |
Data de Publicação | 2015-09-30 |
Classificação | 2.77/5 Total de 70 Avaliações |
Desenvolvedor | Partial Science |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Highlight Color" }, "description": "Change the default Highlight Color", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Highlight Color", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |