Automatic keywords Highlighter

Highlight Your input keyword

¿Qué es Automatic keywords Highlighter?

Automatic keywords Highlighter es una extensión de Chrome desarrollada por zakirullahkhan6269, y su función principal es "Highlight Your input keyword".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Automatic keywords Highlighter

Descarga archivos de extensión Automatic keywords Highlighter 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

                        Download the extension:
1- Search anything in the Google.com or any sites
2- Click on the extension icon
3- Type the keyword in the input field you want to highlight
4- Your result will be automatically shown to you
4- Enjoy!                    

Información Básica de la Extensión

Nombre Automatic keywords Highlighter Automatic keywords Highlighter
ID gofneiahehkphmemhfhgndchnfbnbmkf
URL Oficial https://chromewebstore.google.com/detail/automatic-keywords-highli/gofneiahehkphmemhfhgndchnfbnbmkf
Descripción Highlight Your input keyword
Tamaño del Archivo 1.18 MB
Cantidad de Instalaciones 382
Versión Actual 1.0
Última Actualización 2021-12-26
Fecha de Publicación 2021-12-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador zakirullahkhan6269
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/128.png",
            "38": "icon\/256.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Activate the extension",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+F",
                "default": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "highlight.css"
            ],
            "js": [
                "jquery\/jquery.js",
                "jquery\/jquery.highlight.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Highlight Your input keyword",
    "icons": {
        "128": "icon\/128.png",
        "256": "icon\/256.png"
    },
    "manifest_version": 2,
    "name": "Automatic keywords Highlighter",
    "options_page": "options\/options.html",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}