Dictionary
Select a word on the webpage and open popup to instantly look up in the dictionary
Dictionaryคืออะไร?
Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SandeepKrSuman และคุณลักษณะหลักของมันคือ "Select a word on the webpage and open popup to instantly look up in the dictionary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is unconventional to always open a new tab to lookup for a word's meaning while you are reading your favorite blog or when you are simply browsing and you come across a word you want to know about. This extension is here to rescue. Select a word you want to look at and click on the extension button at the top and a beautiful popup will appear with the word definition and example. Isn't this cool and conventional? Install this extension and find word definitions on the go. [Open Source]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dictionary |
ID | dlapopclhkmhhkmjhhaloapiiepbbnii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dictionary/dlapopclhkmhhkmjhhaloapiiepbbnii |
คำอธิบาย | Select a word on the webpage and open popup to instantly look up in the dictionary |
ขนาดไฟล์ | 289 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2023-07-23 |
วันที่เผยแพร่ | 2021-08-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SandeepKrSuman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SandeepKrSuman/dictionary-extension |
URL หน้าช่วยเหลือ | https://github.com/SandeepKrSuman/dictionary-extension/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/SandeepKrSuman/dictionary-extension/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dictionary", "version": "1.2.1", "action": { "default_icon": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png" }, "default_title": "Dictionary", "default_popup": "popup\/popup.html" }, "description": "Select a word on the webpage and open popup to instantly look up in the dictionary", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "author": "SandeepKrSuman", "content_scripts": [ { "matches": [ " |