Simple Thai Translation
Simply activate the extension when on a thai website and then highlight words you don't know.
Was ist Simple Thai Translation?
Simple Thai Translation ist eine Chrome-Erweiterung, die von cameron.garvie entwickelt wurde, und ihr Hauptmerkmal ist "Simply activate the extension when on a thai website and then highlight words you don't know.".
Erweiterungsscreenshots
Simple Thai Translation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Thai Translation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The best Thai translator available and the only one that doesn't interrupt your reading experience. Have fun reading thai websites like pantip.com and reach fluency in weeks, not years. I believe all software should be free which is why this extension costs only $5. Five dollars is basically free. Don't think of it as paying for the extension; think of it as buying me a beer or a coffee or a sandwich. Pay once and get all updates for free forever.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ommmfemianlngmmffbboeeffennhfimi |
Offizielle URL | https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi |
Beschreibung | Simply activate the extension when on a thai website and then highlight words you don't know. |
Dateigröße | 43.33 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-07-21 |
Veröffentlichungsdatum | 2015-07-21 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | cameron.garvie |
Zahlungsart | in_store |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Thai Translation", "description": "Simply activate the extension when on a thai website and then highlight words you don't know.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "basic.css" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "background": { "scripts": [ "backgroundpage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tts", "storage", "activeTab", "https:\/\/ajax.googleapis.com\/", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |