Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Vocabularyคืออะไร?
Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joe และคุณลักษณะหลักของมันคือ "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocabulary
ดาวน์โหลดไฟล์ส่วนขยาย Vocabulary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
คำอธิบาย | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
ขนาดไฟล์ | 8.85 KB |
จำนวนการติดตั้ง | 298 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-12-31 |
วันที่เผยแพร่ | 2018-12-31 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Joe |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |