Simple Thai Translation

Simply activate the extension when on a thai website and then highlight words you don't know.

什么是Simple Thai Translation?

Simple Thai Translation是由cameron.garvie开发的Chrome扩展程序,该扩展的主要功能是“Simply activate the extension when on a thai website and then highlight words you don't know.”。

扩展截图

下载Simple Thai Translation扩展crx文件

下载Simple Thai Translation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Simple Thai Translation Simple Thai Translation
ID ommmfemianlngmmffbboeeffennhfimi
官方URL https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi
简介 Simply activate the extension when on a thai website and then highlight words you don't know.
文件大小 43.33 KB
安装次数 56
当前版本 1.0
更新时间 2015-07-21
上架时间 2015-07-21
评分 3.67/5 共3次评分
开发者 cameron.garvie
付费类型 in_store
支持的语言 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:\/\/*\/*"
    ]
}