DuoCards

Translate and save words from browser using DuoCards

Co je DuoCards?

DuoCards je rozšíření Chrome vyvinuté https://duocards.com, a jeho hlavní funkcí je „Translate and save words from browser using DuoCards“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DuoCards

Stáhněte si soubory rozšíření DuoCards ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DuoCards DuoCards
ID bgojhcbkjlloemicdchpifpnbcjiijmd
Oficiální URL https://chromewebstore.google.com/detail/duocards/bgojhcbkjlloemicdchpifpnbcjiijmd
Popis Translate and save words from browser using DuoCards
Velikost souboru 10.06 KB
Počet instalací 26,804
Aktuální Verze 1.7
Poslední Aktualizace 2023-10-07
Datum Vydání 2020-12-18
Hodnocení 3.06/5 Celkem 36 Hodnocení
Vývojář https://duocards.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://duocards.com
Podporované Jazyky 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
}