DuoCards

Translate and save words from browser using DuoCards

DuoCards क्या है?

DuoCards https://duocards.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate and save words from browser using DuoCards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DuoCards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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
}