Ultimate Dictionary

View definitions, listen to pronunciation all with double click while browsing without leaving the page.

Ultimate Dictionaryคืออะไร?

Ultimate Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ultimate Dictionary และคุณลักษณะหลักของมันคือ "View definitions, listen to pronunciation all with double click while browsing without leaving the page."

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

screenshot
screenshot

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

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

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

                        View definitions, listen to pronunciation all with double click while browsing without leaving the page.

How are we different: we are the only extension there that shows definition, pronunciation, all with double click while browsing without having to leave the page, it will enhance your vocabulary and pronunciation and most importantly saving you the trouble of wasting some seconds of looking for the word on different pages.

NOTICE:
1) After changing the language, for it to take effect  you have to reload  the extension.  
2) Note that all extensions are disabled on Chrome Web Store pages (including this one). Do not test the extension on this page; it will not work!
3) If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome.

With this extension, you can:
1) Double-click any word to view definitions, listen to pronunciation while browsing without having to leave the page, in a small pop-up showing close to the word. 

Supported dictionary:
-English                    

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

ชื่อ Ultimate Dictionary Ultimate Dictionary
ID icdmciooemlbmilfhdbjeeiggajbaomc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultimate-dictionary/icdmciooemlbmilfhdbjeeiggajbaomc
คำอธิบาย View definitions, listen to pronunciation all with double click while browsing without leaving the page.
ขนาดไฟล์ 28.99 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-07-16
วันที่เผยแพร่ 2021-01-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ultimate Dictionary
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Dictionary",
    "version": "2.0",
    "description": "View definitions, listen to pronunciation  all with double click while browsing without leaving the page.",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "myStyles.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}