thai2english

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

Qu'est-ce que thai2english ?

thai2english est une extension Chrome développée par Matus Lestan, et sa fonction principale est "Extension uses thai2english.com to translate Thai to English. I decided to create this extension, because thai2english usually…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension thai2english

Téléchargez les fichiers d'extension thai2english au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom thai2english thai2english
ID fkingdmaajffemijomilpbcghofibiec
URL Officiel 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…
Taille du Fichier 178 KB
Nombre d'Installations 113
Version Actuelle 1.0.4
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 2.00/5 Total 1 Évaluations
Développeur Matus Lestan
Type de Paiement free
URL de la Page d'Aide https://github.com/madvas/thai2english-chrome-extension
Langues Prises en Charge 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
}