Highlight Keywords

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

Cos'è Highlight Keywords?

Highlight Keywords è un'estensione di Chrome sviluppata da http://sites.google.com/site/extensionshub, e la sua funzione principale è "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Highlight Keywords

Scarica i file di estensione Highlight Keywords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
URL Ufficiale https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Descrizione Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Dimensione del File 30.43 KB
Conteggio Installazioni 355
Versione Corrente 1.0
Ultimo Aggiornamento 2017-12-20
Data di Pubblicazione 2017-12-20
Valutazione 3.43/5 Totale 7 Valutazioni
Sviluppatore http://sites.google.com/site/extensionshub
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://freepicturesolutions.com/privacy_policy.html
Lingue Supportate 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"
    ]
}