Spanish Vocab
Learn spanish vocabulary while you are surfing the web!
Spanish Vocabとは何ですか?
Spanish VocabはCaffelabs, LLCによって開発されたChromeの拡張機能で、その主な機能は「Learn spanish vocabulary while you are surfing the web!」です。
拡張機能のスクリーンショット
Spanish Vocab拡張機能のCRXファイルをダウンロード
Spanish Vocab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Spanish Vocab let's you learn new spanish words while you are surfing the web! At an interval of your choosing, our extension will show you a spanish vocab card including the spanish word and it's english translation on any website you are on! This is a great passive way to learn new words while you are going about your day on the internet! You can customize your settings to show you a new word every minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 6 hours, etc. Spanish Vocab currently has over 1,500 unique spanish words to learn and we are adding more every day!
拡張機能の基本情報
名前 | |
ID | hhkafeocbjjkbocepgkmeoaicoipabgj |
公式URL | https://chrome.google.com/webstore/detail/spanish-vocab/hhkafeocbjjkbocepgkmeoaicoipabgj |
説明 | Learn spanish vocabulary while you are surfing the web! |
ファイルサイズ | 28.36 KB |
インストール数 | 31 |
現在のバージョン | 0.2 |
最終更新日 | 2020-06-19 |
公開日 | 2020-06-19 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Caffelabs, LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spanish Vocab", "version": "0.2", "description": "Learn spanish vocabulary while you are surfing the web!", "icons": { "16": "images\/spainflag16.png", "32": "images\/spainflag32.png", "48": "images\/spainflag48.png", "128": "images\/spainflag128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": { "16": "images\/spainflag16.png", "32": "images\/spainflag32.png", "48": "images\/spainflag48.png", "128": "images\/spainflag128.png" } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "display.js" ] } ], "manifest_version": 2 } |