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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply activate the extension when on a thai website and then highlight words you don't know."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Thai Translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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