Highlight Color

Change the default Highlight Color

¿Qué es Highlight Color?

Highlight Color es una extensión de Chrome desarrollada por Partial Science, y su función principal es "Change the default Highlight Color".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Highlight Color

Descarga archivos de extensión Highlight Color en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre Highlight Color Highlight Color
ID dllbflhpdeinobodaaibnojmgejkkjii
URL Oficial https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii
Descripción Change the default Highlight Color
Tamaño del Archivo 863 KB
Cantidad de Instalaciones 5,209
Versión Actual 3.0
Última Actualización 2015-09-30
Fecha de Publicación 2015-09-30
Calificación 2.77/5 Total de 70 Calificaciones
Desarrollador Partial Science
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}