Automatic keywords Highlighter

Highlight Your input keyword

Qu'est-ce que Automatic keywords Highlighter ?

Automatic keywords Highlighter est une extension Chrome développée par zakirullahkhan6269, et sa fonction principale est "Highlight Your input keyword".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Automatic keywords Highlighter

Téléchargez les fichiers d'extension Automatic keywords Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Automatic keywords Highlighter Automatic keywords Highlighter
ID gofneiahehkphmemhfhgndchnfbnbmkf
URL Officiel https://chromewebstore.google.com/detail/automatic-keywords-highli/gofneiahehkphmemhfhgndchnfbnbmkf
Description Highlight Your input keyword
Taille du Fichier 1.18 MB
Nombre d'Installations 382
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-26
Date de Publication 2021-12-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur zakirullahkhan6269
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}