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:\/\/*\/*"
    ]
}