DuoCards
Translate and save words from browser using DuoCards
Apa itu DuoCards?
DuoCards adalah ekstensi Chrome yang dikembangkan oleh https://duocards.com, dan fitur utamanya adalah "Translate and save words from browser using DuoCards".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DuoCards
Unduh file ekstensi DuoCards dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DuoCards |
ID | bgojhcbkjlloemicdchpifpnbcjiijmd |
URL Resmi | https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd |
Deskripsi | Translate and save words from browser using DuoCards |
Ukuran File | 10.06 KB |
Jumlah Instalasi | 26,804 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2023-10-07 |
Tanggal Publikasi | 2020-12-18 |
Penilaian | 3.06/5 Total 36 Penilaian |
Pengembang | https://duocards.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://duocards.com |
Bahasa yang Didukung | 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 } |