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ファイルをダウンロード

Pronunciation Audio Url Copier for Anki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}