Word Definer
Get the definitions of all big or complex words from every webpage
Word Definerคืออะไร?
Word Definer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Get the definitions of all big or complex words from every webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Definer
ดาวน์โหลดไฟล์ส่วนขยาย Word Definer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
คำอธิบาย | Get the definitions of all big or complex words from every webpage |
ขนาดไฟล์ | 21.79 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-11-02 |
วันที่เผยแพร่ | 2021-11-02 |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |