Dictionary.com Search

Quickly find meanings for the selected word on Dictionary.com.

Dictionary.com Searchคืออะไร?

Dictionary.com Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย voila.tech.99 และคุณลักษณะหลักของมันคือ "Quickly find meanings for the selected word on Dictionary.com."

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

screenshot

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

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

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

                        Highlight a word on any page and right click on it - this simple addon creates a context menu item that allows you to search Dictionary.com for the meaning of the highlighted text. The results will open in a new tab.                    

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

ชื่อ Dictionary.com Search Dictionary.com Search
ID onnlgjnkpojmfgndmknmpdohgnicgkcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dictionarycom-search/onnlgjnkpojmfgndmknmpdohgnicgkcj
คำอธิบาย Quickly find meanings for the selected word on Dictionary.com.
ขนาดไฟล์ 13.41 KB
จำนวนการติดตั้ง 490
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-04
วันที่เผยแพร่ 2021-09-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา voila.tech.99
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https:junglenut.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dictionary.com Search",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/dictionary-32.png",
        "48": "icons\/dictionary-48.png",
        "96": "icons\/dictionary-96.png"
    },
    "description": "Quickly find meanings for the selected word on Dictionary.com.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}