Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Look-it-upคืออะไร?
Look-it-up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "Adds context menu item that looks up selected text on dictionary sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Look-it-up
ดาวน์โหลดไฟล์ส่วนขยาย Look-it-up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. To view the source code for this extension and many more visit: http://timothytocci.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipjahghegoomngoikgmnngibghgockhm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
คำอธิบาย | Adds context menu item that looks up selected text on dictionary sites |
ขนาดไฟล์ | 12.31 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-05-31 |
วันที่เผยแพร่ | 2014-05-31 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://timothytocci.wordpress.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://timothytocci.com/ |
URL หน้าช่วยเหลือ | http://timothytocci.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look-it-up", "description": "Adds context menu item that looks up selected text on dictionary sites", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "app.js" ] }, "options_page": "options.html", "icons": { "16": "book16.png", "32": "book32.png", "48": "book48.png", "128": "book128.png" }, "manifest_version": 2 } |