Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
Co to jest Lexico: Dictionary & Thesaurus by Oxford?
Lexico: Dictionary & Thesaurus by Oxford to rozszerzenie Chrome opracowane przez Claudia Valdivieso, a jego główną funkcją jest „Write 'lexico' followed by the word to search, then press enter.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lexico: Dictionary & Thesaurus by Oxford
Pobierz pliki rozszerzeń Lexico: Dictionary & Thesaurus by Oxford 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
Lexico is a Dictionary & Thesaurus offers trusted English definitions, synonyms, & grammar guides for native speakers & language learners.
This Chrome extension is for search any word in the Lexico Dictionary Powered by Oxford from the onmibox. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Oficjalny URL | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Opis | Write 'lexico' followed by the word to search, then press enter. |
| Rozmiar pliku | 7.38 KB |
| Liczba instalacji | 1,671 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-12-03 |
| Data Publikacji | 2019-10-18 |
| Ocena | 1.00/5 Łącznie 2 Oceny |
| Deweloper | Claudia Valdivieso |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/lavaldi/lexico-chrome-extension/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Lexico: Dictionary & Thesaurus by Oxford",
"short_name": "Lexico",
"author": "Claudia Valdivieso",
"description": "Write 'lexico' followed by the word to search, then press enter.",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "lexico"
},
"action": {
"default_icon": {
"16": "lexico16.png",
"32": "lexico32.png"
}
},
"icons": {
"16": "lexico16.png",
"32": "lexico32.png",
"48": "lexico48.png",
"128": "lexico128.png"
}
} | |