Highlight Keywords

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

Qu'est-ce que Highlight Keywords ?

Highlight Keywords est une extension Chrome développée par http://sites.google.com/site/extensionshub, et sa fonction principale est "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Highlight Keywords

Téléchargez les fichiers d'extension Highlight Keywords 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

                        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.                    

Informations de Base sur l'Extension

Nom Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
URL Officiel https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Description Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Taille du Fichier 30.43 KB
Nombre d'Installations 355
Version Actuelle 1.0
Dernière Mise à Jour 2017-12-20
Date de Publication 2017-12-20
Évaluation 3.43/5 Total 7 Évaluations
Développeur http://sites.google.com/site/extensionshub
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://freepicturesolutions.com/privacy_policy.html
Langues Prises en Charge 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"
    ]
}