Simple Thai Translation

Simply activate the extension when on a thai website and then highlight words you don't know.

Co je Simple Thai Translation?

Simple Thai Translation je rozšíření Chrome vyvinuté cameron.garvie, a jeho hlavní funkcí je „Simply activate the extension when on a thai website and then highlight words you don't know.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Simple Thai Translation

Stáhněte si soubory rozšíření Simple Thai Translation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Simple Thai Translation Simple Thai Translation
ID ommmfemianlngmmffbboeeffennhfimi
Oficiální URL https://chrome.google.com/webstore/detail/simple-thai-translation/ommmfemianlngmmffbboeeffennhfimi
Popis Simply activate the extension when on a thai website and then highlight words you don't know.
Velikost souboru 43.33 KB
Počet instalací 56
Aktuální Verze 1.0
Poslední Aktualizace 2015-07-21
Datum Vydání 2015-07-21
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář cameron.garvie
Typ Platby in_store
Podporované Jazyky 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:\/\/*\/*"
    ]
}