Vocapouch Collector

Turn translations into flashcards!

Vocapouch Collector là gì?

Vocapouch Collector là một tiện ích mở rộng Chrome được phát triển bởi https://vocapouch.com, và tính năng chính của nó là "Turn translations into flashcards!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vocapouch Collector

Tải xuống các tệp mở rộng Vocapouch Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vocapouch Collector Vocapouch Collector
ID bmfpjacfakpigppclpdninmdjkejllll
URL Chính Thức https://chromewebstore.google.com/detail/vocapouch-collector/bmfpjacfakpigppclpdninmdjkejllll
Mô tả Turn translations into flashcards!
Kích Thước Tệp 5.6 MB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2017-12-18
Ngày Phát Hành 2017-12-17
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://vocapouch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vocapouch.com
URL Trang Chính Sách Bảo Mật https://vocapouch.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}