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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cameron.garvie, και η κύρια λειτουργία του είναι "Simply activate the extension when on a thai website and then highlight words you don't know.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Simple Thai Translation

Λήψη αρχείων επέκτασης 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:\/\/*\/*"
    ]
}