Longman Dictionary Bubble
Search a definition from Longman Dictionary of Contemporary English (5th edition)
Longman Dictionary Bubbleคืออะไร?
Longman Dictionary Bubble เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nator333 และคุณลักษณะหลักของมันคือ "Search a definition from Longman Dictionary of Contemporary English (5th edition)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Longman Dictionary Bubble
ดาวน์โหลดไฟล์ส่วนขยาย Longman Dictionary Bubble ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
English should be learned in English. This is the suitable app for those who believe that. This extension shows bubble type popup for the selected word's definition in Longman Dictionary. It can show a clickable icon for the popup, or clicking a word displays the bubble immediately. This always adopts American English pronunciation rather than British pronunciation. If you would like to comment, please leave any here (or on this Github repository (https://github.com/nator333/longman-chrome-extention)). For your information, this extension uses Pearson Dictionary API (http://developer.pearson.com/apis/dictionaries). It was supposed to become unavailable at the end of 2017 but still available up until today (May, 2019).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cajklhanpcgcpkikgpcnogpdndpjdjjn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/longman-dictionary-bubble/cajklhanpcgcpkikgpcnogpdndpjdjjn |
คำอธิบาย | Search a definition from Longman Dictionary of Contemporary English (5th edition) |
ขนาดไฟล์ | 788 KB |
จำนวนการติดตั้ง | 5,974 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2019-07-15 |
วันที่เผยแพร่ | 2019-07-15 |
คะแนน | 3.88/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | nator333 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nakamata.tech |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Longman Dictionary Bubble", "short_name": "Lmd bubble", "description": "Search a definition from Longman Dictionary of Contemporary English (5th edition)", "author": "nator333", "version": "1.1.1", "icons": { "16": "icons\/Longman16.png", "48": "icons\/Longman48.png", "128": "icons\/Longman128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "title", "default_popup": "pages\/popup.html" }, "options_page": "pages\/options.html", "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "matches": [ " |