Double Click Dictionary
Checking the lexical item on any websites using double click
Cos'è Double Click Dictionary?
Double Click Dictionary è un'estensione di Chrome sviluppata da Vuong Nguyen, e la sua funzione principale è "Checking the lexical item on any websites using double click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Double Click Dictionary
Scarica i file di estensione Double Click Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A dictionary that works on any website. Simply double click to fetch the meaning, pronunciation. It currently supports 5 in 1 dictionaries including English - Vietnamese, English - English, Collocation Dictionary, Basic Dictionary and Thesaurus. Informazioni di Base sull'Estensione
| Nome | |
| ID | mhodfiapdkckpndblmmajncefllgpcjm |
| URL Ufficiale | https://chromewebstore.google.com/detail/double-click-dictionary/mhodfiapdkckpndblmmajncefllgpcjm |
| Descrizione | Checking the lexical item on any websites using double click |
| Dimensione del File | 53.53 KB |
| Conteggio Installazioni | 220 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2023-07-14 |
| Data di Pubblicazione | 2023-03-25 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Vuong Nguyen |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://tudien.net |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Double Click Dictionary",
"author": "Vuong Nguyen",
"homepage_url": "https:\/\/tudien.net",
"action": {
"default_title": "T\u00f9y ch\u1ec9nh t\u1eeb \u0111i\u1ec3n",
"default_popup": "popup.html"
},
"icons": {
"16": "\/static\/images\/tudien16.png",
"32": "\/static\/images\/tudien32.png",
"48": "\/static\/images\/tudien48.png",
"128": "\/static\/images\/tudien128.png"
},
"manifest_version": 3,
"version": "0.2",
"description": "Checking the lexical item on any websites using double click",
"permissions": [],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"content.js",
"style.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"inject.js"
],
"all_frames": true
}
]
} | |