Highlight Keywords

Highlight keywords on webpage that you visited after searching for a keyword on a search engine.

¿Qué es Highlight Keywords?

Highlight Keywords es una extensión de Chrome desarrollada por http://sites.google.com/site/extensionshub, y su función principal es "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Highlight Keywords

Descarga archivos de extensión Highlight Keywords 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

                        Supported search engines are
✓ Google
✓ Yahoo
✓ Bing
✓ Yandex
✓ Baidu

How to On/Off the highlighter?
Click extension icon to on/off the highlighter.

How it works?

You search for a keyword on a search engine.
Then visit a webpage from returned results.
Keywords will be highlighted on that page.
To on/off the highlighter, just click extension icon.

What you will get with Highlight Keywords?
✓ A great highlighting extension.
✓ New tab page which includes links to popular sites.                    

Información Básica de la Extensión

Nombre Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
URL Oficial https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Descripción Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Tamaño del Archivo 30.43 KB
Cantidad de Instalaciones 355
Versión Actual 1.0
Última Actualización 2017-12-20
Fecha de Publicación 2017-12-20
Calificación 3.43/5 Total de 7 Calificaciones
Desarrollador http://sites.google.com/site/extensionshub
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://freepicturesolutions.com/privacy_policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Keywords",
    "default_locale": "en",
    "description": "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "style.css"
    ]
}