Academic Word List
Revising the Academic Word List each time opening a new Chrome tab.
Academic Word Listとは何ですか?
Academic Word ListはTu Tranによって開発されたChromeの拡張機能で、その主な機能は「Revising the Academic Word List each time opening a new Chrome tab.」です。
拡張機能のスクリーンショット
Academic Word List拡張機能のCRXファイルをダウンロード
Academic Word List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple Chrome extension helps you master the Academic Word List. These are the 570 most frequently used words in academic texts. You can check the meaning, synonyms, and listen to the pronunciation of the word. You can also view the sublist's words all, configure which words will show randomly, and practice with the Quiz. Use this Chrome extension to build your vocabulary, to study for an upcoming exam, or just for fun. For more info about the Academic Word List, you can check the following: https://en.wikipedia.org/wiki/Academic_Word_List https://simple.wiktionary.org/wiki/Wiktionary:Academic_word_list https://www.oxfordlearnersdictionaries.com/about/academic
拡張機能の基本情報
名前 | Academic Word List |
ID | jljehabaedafdnceghbogphpdllpnbhf |
公式URL | https://chromewebstore.google.com/detail/academic-word-list/jljehabaedafdnceghbogphpdllpnbhf |
説明 | Revising the Academic Word List each time opening a new Chrome tab. |
ファイルサイズ | 183 KB |
インストール数 | 127 |
現在のバージョン | 1.0.4 |
最終更新日 | 2021-03-06 |
公開日 | 2021-02-17 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Tu Tran |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Academic Word List", "description": "Revising the Academic Word List each time opening a new Chrome tab.", "version": "1.0.4", "browser_action": { "default_icon": { "16": "\/public\/iconx16.png", "48": "\/public\/iconx48.png", "128": "\/public\/icon.png" }, "default_popup": "option.html" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/570-academic-word-list\/jljehabaedafdnceghbogphpdllpnbhf?hl=en&authuser=1", "chrome_url_overrides": { "newtab": "index.html" } } |