Vocabu Cards

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

什么是Vocabu Cards?

Vocabu Cards是由https://vocabu.online开发的Chrome扩展程序,该扩展的主要功能是“The extension translates words and lets you learn them by spaced repetition”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Vocabu Cards扩展crx文件

下载Vocabu Cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}