TheFreeDictionary.com Extension
Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!
TheFreeDictionary.com Extensionคืออะไร?
TheFreeDictionary.com Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Farlex และคุณลักษณะหลักของมันคือ "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheFreeDictionary.com Extension
ดาวน์โหลดไฟล์ส่วนขยาย TheFreeDictionary.com Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Finding the definition of any word on any website has never been easier! Instantly access definitions from TheFreeDictionary.com four easy ways: * Double-click any word. * Click the extension icon and search directly from your toolbar. * Highlight any word and click the extension icon. * Highlight any word and right-click. TheFreeDictionary.com is the world's most comprehensive dictionary, featuring English and 13 other languages, plus multiple thesauri, encyclopedias, and specialty dictionaries such as financial, medical, legal, acronyms, idioms and much more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afgabimphpgkjochcoogplolgpcagmap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/thefreedictionarycom-exte/afgabimphpgkjochcoogplolgpcagmap |
คำอธิบาย | Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary! |
ขนาดไฟล์ | 72.93 KB |
จำนวนการติดตั้ง | 50,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2012-10-17 |
วันที่เผยแพร่ | 2012-10-17 |
คะแนน | 4.46/5 รวมทั้งหมด 157 คะแนน |
ผู้พัฒนา | Farlex |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://thefreedictionary.com |
URL หน้าช่วยเหลือ | http://app.thefreedictionary.com/feedback.aspx |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "\/img\/icon19.png", "default_title": "Double-click any word to instantly get its definition from TheFreeDictionary.com, the world's most comprehensive dictionary! Or click the icon to search the dictionary directly from your toolbar.", "default_popup": "popup.html" }, "description": "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!", "homepage_url": "http:\/\/thefreedictionary.com", "icons": { "48": "\/img\/icon48.png", "128": "\/img\/icon128.gif", "16": "\/img\/icon16.png" }, "manifest_version": 2, "name": "TheFreeDictionary.com Extension", "permissions": [ "tabs", "contextMenus" ], "version": "1.2", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery.min.js", "\/js\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "options_page": "options.html" } |