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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply activate the extension when on a thai website and then highlight words you don't know."입니다.

확장 프로그램 스크린샷

Simple Thai Translation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}