Conjug8
Generate Spanish verbs conjugation tests
Conjug8とは何ですか?
Conjug8はL Learningによって開発されたChromeの拡張機能で、その主な機能は「Generate Spanish verbs conjugation tests」です。
拡張機能のスクリーンショット
Conjug8拡張機能のCRXファイルをダウンロード
Conjug8拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly turn any online content into customized, fill-in-the-blank verb practice! conjug8 offers services for SPANISH LEARNERS AT ANY LEVEL! PERFECT FOR: • Teachers to create assessments and worksheets • Students to generate additional practice in their pursuit of world language learning
拡張機能の基本情報
名前 | |
ID | mopabgnapdlpkmopdhbmgdljeoniomco |
公式URL | https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco |
説明 | Generate Spanish verbs conjugation tests |
ファイルサイズ | 611 KB |
インストール数 | 54 |
現在のバージョン | 0.6 |
最終更新日 | 2017-05-29 |
公開日 | 2017-05-29 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | L Learning |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Conjug8", "description": "Generate Spanish verbs conjugation tests", "version": "0.6", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "*" ], "browser_action": { "default_icon": "conjug8_48.png" }, "icons": { "16": "conjug8_16.png", "30": "conjug8_30.png", "48": "conjug8_48.png" }, "manifest_version": 2, "author": "Turbatu Dumitru Titus [email protected]" } |