WordList

A vocabulary list app

WordListとは何ですか?

WordListはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A vocabulary list app」です。

拡張機能のスクリーンショット

screenshot

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 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"
        }
    }
}