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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}