Votab
Learn a new vocab word each time you open a tab!
Votabとは何ですか?
Votabはvotabextensionによって開発されたChromeの拡張機能で、その主な機能は「Learn a new vocab word each time you open a tab!」です。
拡張機能のスクリーンショット
Votab拡張機能のCRXファイルをダウンロード
Votab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Votab is a simple extension to help you learn vocabulary words every time you open a new tab. This extension is designed for language learners who want to learn a little something while surfing the web. Each time a new tab is opened, a random word is shown along with its English definition and romanized pronunciation. Supported Languages: Votab currently supports Korean language learning with 6000 most commonly used Korean words chosen by the National Institute of Korean Language.
拡張機能の基本情報
名前 | Votab |
ID | ogpiingiidomkjillknipodncobkjnbe |
公式URL | https://chromewebstore.google.com/detail/votab/ogpiingiidomkjillknipodncobkjnbe |
説明 | Learn a new vocab word each time you open a tab! |
ファイルサイズ | 168 KB |
インストール数 | 41 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2019-09-07 |
公開日 | 2019-09-06 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | votabextension |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Votab", "author": "Selina Wang", "version": "0.0.0.4", "description": "Learn a new vocab word each time you open a tab!", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'", "chrome_url_overrides": { "newtab": "votab.html" }, "icons": { "16": "Votab16.png", "48": "Votab48.png", "128": "Votab128.png" }, "short_name": "votab" } |