My Dictionary
Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page.
My Dictionaryคืออะไร?
My Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lingsync.org และคุณลักษณะหลักของมันคือ "Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย My Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Based on the Dictionary Look-up project, this app makes it possible to use Wiktionary to look up words in your own language when you are reading Facebook comments or reading any website. Most of the (possible) words don't exist in the Wiktionary but maybe this project will help Languages: Cherokee 194,426 entries http://chr.wiktionary.org/wiki/Special:AllPages Inuktitut 251 entries http://iu.wiktionary.org/wiki/Special:Statistics Kartuli 7,363 entries http://ka.wiktionary.org/wiki/სპეციალური:სტატისტიკა Plains Cree (incubation) 0 entries http://incubator.wikimedia.org/wiki/Wt/cr (Add a request in a review if you want your language added). Instructions Look up any word in an inline frame with a simple click and without leaving the page. This extension that allows you to quickly look up definitions of words and phrases in a clean inline box. The definitions come from Wiktionary, but have been preprocessed to reduce formatting and provide faster lookup. Hold a modifier key (Alt on Windows, Command on Mac, Ctrl on Linux) and double-click or select any word to look it up - an inline box will open to the dictionary entry of that word, usually including examples, audio pronunciation and synonyms. You can also lookup manually-entered queries using a shortcut which displays a small query form. NOTES: 1. After installing, pages already open will not work for looking up - just refresh them and it'll be solved. 2. The Chrome Extensions Gallery pages don't allow lookup (or any on-page extensions) for security reasons. 3. This extension does not add a toolbar icon. Icon: http://www.iconarchive.com/show/buuf-icons-by-mattahan/Dictionary-icon.html Created by Paul Davey, used as per the Creative Commons BY-NC-SA license. Code: https://github.com/OpenSourceFieldlinguistics/DictionaryChromeExtension based on https://code.google.com/p/dict-lookup-chrome-ext/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfmpeiicncingobdejgmmcamknndpbbi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/my-dictionary/jfmpeiicncingobdejgmmcamknndpbbi |
คำอธิบาย | Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page. |
ขนาดไฟล์ | 49.98 KB |
จำนวนการติดตั้ง | 138 |
เวอร์ชันปัจจุบัน | 2.44.2 |
อัปเดตครั้งล่าสุด | 2015-03-02 |
วันที่เผยแพร่ | 2015-03-02 |
ผู้พัฒนา | https://www.lingsync.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://lingsync.org/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.lingsync.org/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Dictionary", "version": "2.44.2", "manifest_version": 2, "description": "Look up any Wiktionary word in Cherokee, Inuktitut, Kartuli, Cree an inline frame with a simple click and without leaving the page.", "icons": { "128": "img\/icon.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "frame.css" ], "js": [ "lookup.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs", "http:\/\/*.wiktionary.org\/", "http:\/\/*.wikimedia.org\/", "http:\/\/*.wikipedia.org\/", "http:\/\/www.ethnologue.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/back.png", "img\/gradient_down.png", "img\/handle.png", "img\/loader.gif", "img\/external.png", "img\/gradient_up.png", "img\/icon.png", "img\/ic_action_headphones.png", "img\/ic_action_camera.png" ] } |