Smarter Duo
This extension makes Duolingo's choice of practice more intelligent
Smarter Duoとは何ですか?
Smarter DuoはIppoによって開発されたChromeの拡張機能で、その主な機能は「This extension makes Duolingo's choice of practice more intelligent」です。
Smarter Duo拡張機能のCRXファイルをダウンロード
Smarter Duo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | haomnjjgbbhdekldmabddhnciffplcbn |
公式URL | https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn |
説明 | This extension makes Duolingo's choice of practice more intelligent |
ファイルサイズ | 18.79 KB |
インストール数 | 149 |
現在のバージョン | 0.1 |
最終更新日 | 2017-06-10 |
公開日 | 2017-06-10 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Ippo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smarter Duo", "version": "0.1", "description": "This extension makes Duolingo's choice of practice more intelligent", "author": "Ippo", "icons": { "128": "book.png" }, "browser_action": { "default_icon": "book.png", "default_popup": "popup.html", "default_title": "Start practice" }, "permissions": [ "activeTab", "storage", "https:\/\/www.duolingo.com\/api\/1\/" ], "options_ui": { "page": "options.html", "chrome_style": true } } |