Highlight Keywords

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

Wat is Highlight Keywords?

Highlight Keywords is een Chrome-extensie ontwikkeld door http://sites.google.com/site/extensionshub, en de belangrijkste functie is "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Highlight Keywords

Download Highlight Keywords-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
Officiële URL https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Beschrijving Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Bestandsgrootte 30.43 KB
Aantal Installaties 355
Huidige Versie 1.0
Laatst Bijgewerkt 2017-12-20
Publicatiedatum 2017-12-20
Beoordeling 3.43/5 Totaal 7 Beoordelingen
Ontwikkelaar http://sites.google.com/site/extensionshub
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://freepicturesolutions.com/privacy_policy.html
Ondersteunde Talen 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"
    ]
}