Vocabu Cards

The extension translates words and lets you learn them by spaced repetition

Vocabu Cards क्या है?

Vocabu Cards https://vocabu.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension translates words and lets you learn them by spaced repetition"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We have simplified the study of foreign words and phrases:
- Words or phrases are translated inline while browsing. No more switching tabs.
- Translated words and phrases can be learnt by spaced repetition method.

Other features:
- Repetitions can be made on mobile devices.
- Translate more than 100 languages. We use Google Translate.
- Words and phrases can be translated from learning to native language and vice versa automatically.
- Translated words and phrases can be organized to lists that can be shared with other users.
- Words and phrases for repetition can be downloaded from Google Translate history or from files (for example, Quizlet).

The extension is under active development, so you can influence future features by participating in telegram support channel https://t.me/vocabusupport                    

एक्सटेंशन की मूल जानकारी

नाम Vocabu Cards Vocabu Cards
ID nemcemofelmalinlbenmmpcmbcpbkcdc
आधिकारिक URL https://chromewebstore.google.com/detail/vocabu-cards/nemcemofelmalinlbenmmpcmbcpbkcdc
विवरण The extension translates words and lets you learn them by spaced repetition
फ़ाइल का आकार 30.6 KB
स्थापना संख्या 71
वर्तमान संस्करण 0.8.1
अंतिम अपडेट 2022-12-14
प्रकाशन तिथि 2022-08-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://vocabu.online
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://t.me/vocabusupport
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocabu Cards",
    "description": "__MSG_extDescription__",
    "version": "0.8.1",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/vocabu-16.png",
            "32": "images\/vocabu-32.png",
            "48": "images\/vocabu-48.png",
            "128": "images\/vocabu-128.png"
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/vocabu.online\/*"
        ]
    }
}