Pronunciation Audio Url Copier for Anki

Lets you quickly download pronunciation audio for Anki

Pronunciation Audio Url Copier for Anki란 무엇입니까?

Pronunciation Audio Url Copier for Anki은(는) https://www.facebook.com/browservery에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you quickly download pronunciation audio for Anki"입니다.

확장 프로그램 스크린샷

screenshot

Pronunciation Audio Url Copier for Anki 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        List of supported websites: https://www.facebook.com/browservery-links/posts/116649207059700

For a better experience with this extension, I recommend you to use one of the apps that would allow you to "lock" the Anki "Add" window on top of the browser. Personally I use "Always On Top Maker" for Windows.
----------------------------------------------------------------
Permissions:
Read and change your data on a number of websites
Allows the extension to copy pronunciation audio link. All websites are dictionaries.
----------------------------------------------------------------
🖼️ Follow my Facebook page (more extensions): https://www.facebook.com/browservery                    

확장 프로그램 기본 정보

이름 Pronunciation Audio Url Copier for Anki Pronunciation Audio Url Copier for Anki
ID hljahmgmleahkgmmomjpllhgeangacld
공식 URL https://chromewebstore.google.com/detail/pronunciation-audio-url-c/hljahmgmleahkgmmomjpllhgeangacld
설명 Lets you quickly download pronunciation audio for Anki
파일 크기 19.11 KB
설치 횟수 218
현재 버전 0.9.1
최근 업데이트 2024-01-02
출시 날짜 2019-09-10
평점 5.00/5 총 4 개의 평점
개발자 https://www.facebook.com/browservery
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/browservery
도움말 페이지 URL https://groups.google.com/g/browservery
개인정보 보호 정책 페이지 URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pronunciation Audio Url Copier for Anki",
    "description": "Lets you quickly download pronunciation audio for Anki",
    "version": "0.9.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/dictionary.cambridge.org\/*",
                "*:\/\/www.ldoceonline.com\/*",
                "*:\/\/www.oxfordlearnersdictionaries.com\/*",
                "*:\/\/www.merriam-webster.com\/*",
                "*:\/\/www.collinsdictionary.com\/*",
                "*:\/\/www.vocabulary.com\/*",
                "*:\/\/audio.vocab.com\/*",
                "*:\/\/jisho.org\/*"
            ],
            "js": [
                "x.js",
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ]
}