thai2english

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

What is thai2english?

thai2english is a Chrome extension developed by Matus Lestan, and its main feature is "Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download thai2english Extension CRX File

Download thai2english extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name thai2english thai2english
ID fkingdmaajffemijomilpbcghofibiec
Official URL https://chrome.google.com/webstore/detail/thai2english/fkingdmaajffemijomilpbcghofibiec
Description Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…
File Size 178 KB
Installation Count 113
Current Version 1.0.4
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 2.00/5 Total 1 Ratings
Developer Matus Lestan
Payment Type free
Help Page URL https://github.com/madvas/thai2english-chrome-extension
Supported Languages 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
}