Ludwig Dictionary
Find your sentence and clarify your doubts in English
Wat is Ludwig Dictionary?
Ludwig Dictionary is een Chrome-extensie ontwikkeld door Quy Nguyen, en de belangrijkste functie is "Find your sentence and clarify your doubts in English".
Extensie Screenshots
Download het CRX-bestand van de extensie Ludwig Dictionary
Download Ludwig Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Clarify your doubts in English
- Get translation in context
- Compare your sentences
- Learn and get inspires Basisinformatie over de Extensie
| Naam | |
| ID | opejkjehcoahdkeemeamadblglgabknf |
| Officiële URL | https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf |
| Beschrijving | Find your sentence and clarify your doubts in English |
| Bestandsgrootte | 4.03 KB |
| Aantal Installaties | 974 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-01-11 |
| Publicatiedatum | 2018-01-11 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Quy Nguyen |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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]"
}
]
} | |