Tutorle

Tutorle - expand your vocabulary

Tutorleคืออะไร?

Tutorle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tutorle.com และคุณลักษณะหลักของมันคือ "Tutorle - expand your vocabulary"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tutorle

ดาวน์โหลดไฟล์ส่วนขยาย Tutorle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to "inject" translations of unfamiliar (yet) for you English words into any web-page you are visiting.

Here is how it works:

1. Install extensions and click on the button that appears next to address bar in your browser.

2. Sign-in to (or register) your Tutorle account and choose your level of English.

3. Now you can use "Show translations" button on any web-page. After a few seconds of magical manipulations you will see the translations next to the words that you (as Tutorle guesses) don't know (yet). 
If you don't see a translation for some unfamiliar word - just double-click on it. The same operation (double-click) can be used in a backward: to hide the translation if you are already familiar with that word. Tutorle remembers all your intentions and will operate accordingly on the next pages.

See screenshots to get an idea how pages with "injected" translations looks like after being processed by Tutorle.

NB:
Current version allows to "inject" only Russian translations. Support for other languages will be available later.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tutorle Tutorle
ID pklohholglgpgclgadocgfcjilmbifdg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tutorle/pklohholglgpgclgadocgfcjilmbifdg
คำอธิบาย Tutorle - expand your vocabulary
ขนาดไฟล์ 203 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2015-09-09
วันที่เผยแพร่ 2015-09-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://tutorle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tutorle.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tutorle",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Tutorle - expand your vocabulary",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/contentscript.js",
                "scripts\/parseText.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}