Ludwig Dictionary
Find your sentence and clarify your doubts in English
Cos'è Ludwig Dictionary?
Ludwig Dictionary è un'estensione di Chrome sviluppata da Quy Nguyen, e la sua funzione principale è "Find your sentence and clarify your doubts in English".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ludwig Dictionary
Scarica i file di estensione Ludwig 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
- Clarify your doubts in English
- Get translation in context
- Compare your sentences
- Learn and get inspires Informazioni di Base sull'Estensione
| Nome | |
| ID | opejkjehcoahdkeemeamadblglgabknf |
| URL Ufficiale | https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf |
| Descrizione | Find your sentence and clarify your doubts in English |
| Dimensione del File | 4.03 KB |
| Conteggio Installazioni | 974 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-01-11 |
| Data di Pubblicazione | 2018-01-11 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Quy Nguyen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ludwig Dictionary",
"version": "1.0",
"manifest_version": 2,
"description": "Find your sentence and clarify your doubts in English",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"ludwig.js"
]
},
"permissions": [
"activeTab",
"contextMenus"
],
"author": [
{
"name": "Quy Nguyen",
"email": "[email protected]"
}
]
} | |