WordList
A vocabulary list app
WordListคืออะไร?
WordList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A vocabulary list app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordList
ดาวน์โหลดไฟล์ส่วนขยาย WordList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create study notes, learn a new language or even keep simple notes on your browser. Use WordLists to Learn new words by making lists and organize your learning. Anytime you come across a new word, add it to your list and keep them forever! Your lists will be on your browser for easy access while doing research or reading for pleasure. You can edit and rename your lists, download them and search their meanings on Google Dictionary. Organize simply – keep every term in a neat term-definition pair. No need to waste time with creating a new table. Download your lists as CSV files – Just download your lists and save them to your computer. Fast Google search new words – You can search definitions using the search bar and save time!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WordList |
ID | hkcieafmfbfnbocffnabjpghbgnnanoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordlist/hkcieafmfbfnbocffnabjpghbgnnanoi |
คำอธิบาย | A vocabulary list app |
ขนาดไฟล์ | 39.65 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-07-11 |
วันที่เผยแพร่ | 2019-07-11 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/melisgokalp/WordList |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WordList", "description": "A vocabulary list app", "version": "1.0", "browser_action": { "default_popup": "WordList.html", "default_icon": "extension_logo.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens WordList.html" } } } |