Simple Thai Translation
Simply activate the extension when on a thai website and then highlight words you don't know.
O que é Simple Thai Translation?
Simple Thai Translation é uma extensão do Chrome desenvolvida por cameron.garvie, e sua principal característica é "Simply activate the extension when on a thai website and then highlight words you don't know.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Thai Translation
Baixe arquivos de extensão Simple Thai Translation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ommmfemianlngmmffbboeeffennhfimi |
URL Oficial | https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi |
Descrição | Simply activate the extension when on a thai website and then highlight words you don't know. |
Tamanho do Arquivo | 43.33 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.0 |
Última Atualização | 2015-07-21 |
Data de Publicação | 2015-07-21 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | cameron.garvie |
Tipo de Pagamento | in_store |
Idiomas Suportados | 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:\/\/*\/*" ] } |