WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
WordComplex (English Dictionary)คืออะไร?
WordComplex (English Dictionary) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rajdeep Chauhan และคุณลักษณะหลักของมันคือ "Add extra meaning to your web browsing. Look up for definitions while you are on web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordComplex (English Dictionary)
ดาวน์โหลดไฟล์ส่วนขยาย WordComplex (English Dictionary) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
คำอธิบาย | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
ขนาดไฟล์ | 73.07 KB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2019-05-19 |
วันที่เผยแพร่ | 2019-05-19 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Rajdeep Chauhan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |