Vocapouch Collector

Turn translations into flashcards!

什么是Vocapouch Collector?

Vocapouch Collector是由https://vocapouch.com开发的Chrome扩展程序,该扩展的主要功能是“Turn translations into flashcards!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Vocapouch Collector扩展crx文件

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

扩展使用说明

                        Vocapouch is devoted vocabulary assistant. When activated, it will translate any word you select. With one click you can turn the result into a flashcard. Later, you can learn it on your mobile with Vocapouch Trainer.

Supported languages:
ARABIC, BULGARIAN, CATALAN, CHINESE, CROATIAN, CZECH, DANISH, DUTCH, ENGLISH, ESTONIAN, FINNISH, FRENCH, GERMAN, GREEK, HEBREW, HINDI, HUNGARIAN, INDONESIAN, ITALIAN, JAPANESE, KOREAN, LATVIAN, LITHUANIAN, MALAY, NORWEGIAN, PERSIAN, POLISH, PORTUGUESE, ROMANIAN, RUSSIAN, SERBIAN, SLOVAK, SLOVENIAN, SPANISH, SWEDISH, THAI                    

扩展基本信息

名称 Vocapouch Collector Vocapouch Collector
ID bmfpjacfakpigppclpdninmdjkejllll
官方URL https://chromewebstore.google.com/detail/vocapouch-collector/bmfpjacfakpigppclpdninmdjkejllll
简介 Turn translations into flashcards!
文件大小 5.6 MB
安装次数 139
当前版本 0.11
更新时间 2017-12-18
上架时间 2017-12-17
评分 3.00/5 共3次评分
开发者 https://vocapouch.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vocapouch.com
隐私政策页面URL https://vocapouch.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vocapouch Collector",
    "description": "Turn translations into flashcards!",
    "version": "0.11",
    "homepage_url": "https:\/\/vocapouch.com",
    "browser_action": {
        "default_icon": {
            "19": "imgs\/action_19.png",
            "38": "imgs\/action_38.png"
        }
    },
    "icons": {
        "16": "imgs\/list_16.png",
        "32": "imgs\/list_32.png",
        "48": "imgs\/list_48.png",
        "128": "imgs\/list_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/scripts\/jquery-1.11.0.min.js",
                "scripts\/init.js",
                "settings.js",
                "scripts\/grabber.js"
            ],
            "css": [
                "styles\/grabber.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/scripts\/jquery-1.11.0.min.js",
            "scripts\/init.js",
            "settings.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "imgs\/*",
        "styles\/theme\/*",
        "styles\/grabber.css"
    ]
}