New Word Tab
Learn a word per new tab
New Word Tabとは何ですか?
New Word TabはSajad Hashemianによって開発されたChromeの拡張機能で、その主な機能は「Learn a word per new tab」です。
拡張機能のスクリーンショット
New Word Tab拡張機能のCRXファイルをダウンロード
New Word Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🔬 Examples and definitions of words 🔊 Listen to the word pronunciation ✅ Mark words for easier review 🔍 Search for custom words definitions 📘 Quickly look up the word in Google translate 📚 Includes +10,000 words from popular vocabulary lists: • GMAT • GRE • Longman • Oxford • SAT • TOEFL 📜 History of last displayed words to prevent missing a word by accidentally closing a tab 🌐 Create shortcuts for your favorite sites so you can easily access them on the same tab 🌙 Switch between Light & Dark themes that best suit your desktop 🖼 Customize the tabs' background image Feel free to suggest new ideas and contribute to the project. Source code: https://github.com/sajadhsm/new-word-tab
拡張機能の基本情報
名前 | New Word Tab |
ID | chmiakanncpjleocgbemoghkkpjicjla |
公式URL | https://chromewebstore.google.com/detail/new-word-tab/chmiakanncpjleocgbemoghkkpjicjla |
説明 | Learn a word per new tab |
ファイルサイズ | 185 KB |
インストール数 | 143 |
現在のバージョン | 1.6.0 |
最終更新日 | 2022-05-18 |
公開日 | 2021-10-07 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | Sajad Hashemian |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sajadhsm/new-word-tab |
ヘルプページのURL | https://github.com/sajadhsm/new-word-tab/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Word Tab", "description": "Learn a word per new tab", "version": "1.6.0", "chrome_url_overrides": { "newtab": ".\/dist\/newTab\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true, "chrome_style": false, "browser_style": false }, "icons": { "16": ".\/assets\/16.png", "32": ".\/assets\/32.png", "48": ".\/assets\/48.png", "128": ".\/assets\/128.png" }, "content_security_policy": "img-src * data:;object-src 'self';script-src 'self'" } |