DuoCards
Translate and save words from browser using DuoCards
DuoCardsとは何ですか?
DuoCardsはhttps://duocards.comによって開発されたChromeの拡張機能で、その主な機能は「Translate and save words from browser using DuoCards」です。
拡張機能のスクリーンショット
DuoCards拡張機能のCRXファイルをダウンロード
DuoCards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translate and save words from the browser using DuoCards! Select any text in your browser or right-click on an unknown word, translate the word and save it into your DuoCards deck. Alternatively, you can click on the Mammoth icon of this extension in the top right corner, translate and save any phrase you need. Later on, you will be able to use it for learning in the app on your phone. *Requirements Make sure you have DuoCards installed on your phone and have completed the registration before you start using this extension.
拡張機能の基本情報
名前 | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
公式URL | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
説明 | Translate and save words from browser using DuoCards |
ファイルサイズ | 10.06 KB |
インストール数 | 26,804 |
現在のバージョン | 1.7 |
最終更新日 | 2023-10-07 |
公開日 | 2020-12-18 |
評価 | 3.06/5 合計 36 レビュー |
開発者 | https://duocards.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://duocards.com |
対応言語 | en,es,pt-BR,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DuoCards", "version": "1.7", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/app.duocards.com\/*", "http:\/\/localhost:3000\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 3 } |