WordList
A vocabulary list app
WordList là gì?
WordList là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A vocabulary list app".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WordList
Tải xuống các tệp mở rộng WordList dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WordList |
ID | hkcieafmfbfnbocffnabjpghbgnnanoi |
URL Chính Thức | https://chromewebstore.google.com/detail/wordlist/hkcieafmfbfnbocffnabjpghbgnnanoi |
Mô tả | A vocabulary list app |
Kích Thước Tệp | 39.65 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-07-11 |
Ngày Phát Hành | 2019-07-11 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/melisgokalp/WordList |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |