WordList
A vocabulary list app
什麼是WordList?
WordList是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A vocabulary list app”。
擴展截圖
下載WordList擴展crx文件
下載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 |
官方網址 | 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" } } } |