Lexico: Dictionary & Thesaurus by Oxford
Write 'lexico' followed by the word to search, then press enter.
Τι είναι το Lexico: Dictionary & Thesaurus by Oxford;
Το Lexico: Dictionary & Thesaurus by Oxford είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Claudia Valdivieso, και η κύρια λειτουργία του είναι "Write 'lexico' followed by the word to search, then press enter.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lexico: Dictionary & Thesaurus by Oxford
Λήψη αρχείων επέκτασης Lexico: Dictionary & Thesaurus by Oxford σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Επίσημο URL | https://chromewebstore.google.com/detail/lexico-dictionary-thesaur/cmgaipmnoaopgkpbdadlfnjgilcapgob |
| Περιγραφή | Write 'lexico' followed by the word to search, then press enter. |
| Μέγεθος Αρχείου | 7.38 KB |
| Αριθμός Εγκαταστάσεων | 1,671 |
| Τρέχουσα Έκδοση | 1.1 |
| Τελευταία Ενημέρωση | 2021-12-03 |
| Ημερομηνία Δημοσίευσης | 2019-10-18 |
| Αξιολόγηση | 1.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Claudia Valdivieso |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/lavaldi/lexico-chrome-extension/issues |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |