Highlight Keywords
Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
Co to jest Highlight Keywords?
Highlight Keywords to rozszerzenie Chrome opracowane przez http://sites.google.com/site/extensionshub, a jego główną funkcją jest „Highlight keywords on webpage that you visited after searching for a keyword on a search engine.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Highlight Keywords
Pobierz pliki rozszerzeń Highlight Keywords w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ifboknkcilomhlninjdnphlphadpcjli |
Oficjalny URL | https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli |
Opis | Highlight keywords on webpage that you visited after searching for a keyword on a search engine. |
Rozmiar pliku | 30.43 KB |
Liczba instalacji | 355 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-12-20 |
Data Publikacji | 2017-12-20 |
Ocena | 3.43/5 Łącznie 7 Oceny |
Deweloper | http://sites.google.com/site/extensionshub |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://freepicturesolutions.com/privacy_policy.html |
Obsługiwane Języki | 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": [ " |