thai2english

Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…

thai2englishとは何ですか?

thai2englishはMatus Lestanによって開発されたChromeの拡張機能で、その主な機能は「Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

thai2english拡張機能のCRXファイルをダウンロード

thai2english拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension uses thai2english.com to translate Thai to English. 
I decided to create this extension, because thai2english usually provides better translation than Google Translate.
This extension is not officially made by thai2english.com and I am not anyhow related with the website.                    

拡張機能の基本情報

名前 thai2english thai2english
ID fkingdmaajffemijomilpbcghofibiec
公式URL https://chrome.google.com/webstore/detail/thai2english/fkingdmaajffemijomilpbcghofibiec
説明 Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…
ファイルサイズ 178 KB
インストール数 113
現在のバージョン 1.0.4
最終更新日 2019-03-08
公開日 2019-03-08
評価 2.00/5 合計 1 レビュー
開発者 Matus Lestan
支払い方法 free
ヘルプページのURL https://github.com/madvas/thai2english-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thai2english",
    "version": "1.0.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "compiled\/content_script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.thai2english.com\/"
    ],
    "manifest_version": 2
}