Vocably

Vocably helps to translate new words and phrases and then learn them on your mobile devices.

Vocably란 무엇입니까?

Vocably은(는) https://vocably.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vocably helps to translate new words and phrases and then learn them on your mobile devices."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vocably 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is perfect for those who study the language and want to understand it on a reasonable level.

🔥 Now supports YouTube subtitles (in beta mode). Hold Alt (or Option Key ⌥ if you are on Mac) to select a word or phrase in YouTube subtitles.

How Vocably works:
• Select any word or phrase on any website and click on the popup button
• Vocably generates flashcards and saves them in your collection
• Study your flashcards in the iPhone or Android application

The list of supported languages can be found at https://vocably.pro                    

확장 프로그램 기본 정보

이름 Vocably Vocably
ID baocigmmhhdemijfjnjdidbkfgpgogmb
공식 URL https://chromewebstore.google.com/detail/vocably/baocigmmhhdemijfjnjdidbkfgpgogmb
설명 Vocably helps to translate new words and phrases and then learn them on your mobile devices.
파일 크기 248 KB
설치 횟수 1,000
현재 버전 1.237.1
최근 업데이트 2024-03-02
출시 날짜 2022-07-29
평점 4.56/5 총 9 개의 평점
개발자 https://vocably.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vocably.pro
개인정보 보호 정책 페이지 URL https://vocably.pro/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vocably",
    "description": "Vocably helps to translate new words and phrases and then learn them on your mobile devices.",
    "version": "1.237.1",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "exclude_matches": [],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vocably.pro\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArKNqtdLHY0m5KYrwlINdtqAbuM24V437v3AwODOQOR6nZjb1dKz27Gjb05TgwFIF4ZjvHO4hmDsdl88FvqAM1LPReOvVpOH+uxDF0QPYrBm7F4CXwtI4QOgtAesfk0AEgFsRYU794VItbihciyFJ9rkfDWjA7riHrFkcfNic8BDuT5yrtXWdBwj2YMinWXotvBCqrG\/oGc2WAYty9Ni65brVWe7F5+LiIxpkgtQhMq2imSrnUYIadQf3dyaExKAzCATM6DGjDMBxgHYS+H8tG+o4PLIarkP\/zEilbFQyG4S1xL3df0AtJ1MmXHnHWlkoV6JCt1ACmo+LFzzhOstikQIDAQAB",
    "background": {
        "service_worker": "service-worker.js"
    }
}