HighLight Search
Highlight a word and immediately get its definition!
Co to jest HighLight Search?
HighLight Search to rozszerzenie Chrome opracowane przez kkatongo, a jego główną funkcją jest „Highlight a word and immediately get its definition!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HighLight Search
Pobierz pliki rozszerzeń HighLight Search 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
Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fjdfnldionchjgjaphkfinfgaegokeaf |
| Oficjalny URL | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
| Opis | Highlight a word and immediately get its definition! |
| Rozmiar pliku | 1.11 MB |
| Liczba instalacji | 48 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2016-06-19 |
| Data Publikacji | 2016-06-18 |
| Deweloper | kkatongo |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HighLight Search",
"description": "Highlight a word and immediately get its definition!",
"version": "0.0.1",
"icons": {
"128": ".\/images\/logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"styles\/style.css"
],
"js": [
"bower_components\/jquery\/dist\/jquery.js",
"bower_components\/xml-to-json\/xml.js",
"scripts\/onload.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"scripts\/background.js"
]
}
} | |