Smart Dictionary (by ketnoitienganh.com)

This extension allows users to lookup and save new words definitions on ketnoitienganh.com

Smart Dictionary (by ketnoitienganh.com)คืออะไร?

Smart Dictionary (by ketnoitienganh.com) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ketnoitienganh.com และคุณลักษณะหลักของมันคือ "This extension allows users to lookup and save new words definitions on ketnoitienganh.com"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Dictionary (by ketnoitienganh.com)

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

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

                        With this extension you can:
- lookup word definitions in any web site you visit
- select word to lookup definitions conveniently by double click on the word
- login to ketnoitienganh.com then any word you looked up is saved to your account. You can create group of looked up word and exercise with it.
- many exercise tool on ketnoitienganh.com help you exercise and remember words very fast.                    

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

ชื่อ Smart Dictionary (by ketnoitienganh.com) Smart Dictionary (by ketnoitienganh.com)
ID pdfpdhmpcmbfeeapbjcdokgloakkkemj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-dictionary-by-ketno/pdfpdhmpcmbfeeapbjcdokgloakkkemj
คำอธิบาย This extension allows users to lookup and save new words definitions on ketnoitienganh.com
ขนาดไฟล์ 232 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-08
วันที่เผยแพร่ 2016-11-08
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://ketnoitienganh.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Dictionary (by ketnoitienganh.com)",
    "description": "This extension allows users to lookup and save new words definitions on ketnoitienganh.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup1.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.ketnoitienganh.com\/*",
                "*:\/\/*.anhngutienganhthongminh.com\/*",
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery-ui.js",
                "animation\/jquery_easing_1_3.js",
                "animation\/jquery_easing_compatibility.js",
                "page_dictionary.js",
                "iframeResizer.min.js",
                "my_iframe_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "public_dictionary.html"
    ]
}