Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

¿Qué es Select To Highlight?

Select To Highlight es una extensión de Chrome desarrollada por qsqiu, y su función principal es "Allow you to highlight the words in the web pages that are the same as your selection.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Select To Highlight

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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Información Básica de la Extensión

Nombre Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Oficial https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Descripción Allow you to highlight the words in the web pages that are the same as your selection.
Tamaño del Archivo 37.04 KB
Cantidad de Instalaciones 244
Versión Actual 1.0.4
Última Actualización 2017-02-13
Fecha de Publicación 2017-02-13
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador qsqiu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/QS20199/SelectToHighlight
Idiomas Soportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}