Dictionary Anywhere

View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.

Dictionary Anywhereคืออะไร?

Dictionary Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meetDeveloper และคุณลักษณะหลักของมันคือ "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble."

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

screenshot
screenshot

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

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

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

                        Dictionary Anywhere extension helps you stay focused on what you are reading by eliminating the need to search for meaning, Double-clicking any word will view its definition in a small pop-up bubble. Now you never have to leave what you are reading to search meaning for the words you don't know.

It also supports Spanish, German, French language alongside English.

To change the language:
 - Navigate to Add-ons page,
 - Choose Extensions in sidebar,
 - Choose Dictionary Anywhere,
 - Click on options (preferences on mac),
 - Select the language you want, and save.

You can now download the words and meanings you searched for, so that you can practice them later, this will help increase your vocabulary.

Enjoy Reading Uninterrupted!!!                    

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

ชื่อ Dictionary Anywhere Dictionary Anywhere
ID hcepmnlphdfefjddkgkblcjkbpbpemac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dictionary-anywhere/hcepmnlphdfefjddkgkblcjkbpbpemac
คำอธิบาย View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.
ขนาดไฟล์ 36.39 KB
จำนวนการติดตั้ง 1,987
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-04-17
วันที่เผยแพร่ 2020-04-15
คะแนน 4.46/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา meetDeveloper
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/meetDeveloper/Dictionary-Anywhere
URL หน้าช่วยเหลือ https://github.com/meetDeveloper/Dictionary-Anywhere
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Suraj Jain",
    "manifest_version": 2,
    "name": "Dictionary Anywhere",
    "version": "1.0.2",
    "description": "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.",
    "icons": {
        "48": "icons\/Dictionary-48.png",
        "64": "icons\/Dictionary-64.png",
        "96": "icons\/Dictionary-96.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content_scripts\/dictionary.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.google.com\/"
    ]
}