Pronunciation Audio Url Copier for Anki

Lets you quickly download pronunciation audio for Anki

Qu'est-ce que Pronunciation Audio Url Copier for Anki ?

Pronunciation Audio Url Copier for Anki est une extension Chrome développée par https://www.facebook.com/browservery, et sa fonction principale est "Lets you quickly download pronunciation audio for Anki".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pronunciation Audio Url Copier for Anki

Téléchargez les fichiers d'extension Pronunciation Audio Url Copier for Anki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pronunciation Audio Url Copier for Anki Pronunciation Audio Url Copier for Anki
ID hljahmgmleahkgmmomjpllhgeangacld
URL Officiel https://chromewebstore.google.com/detail/pronunciation-audio-url-c/hljahmgmleahkgmmomjpllhgeangacld
Description Lets you quickly download pronunciation audio for Anki
Taille du Fichier 19.11 KB
Nombre d'Installations 218
Version Actuelle 0.9.1
Dernière Mise à Jour 2024-01-02
Date de Publication 2019-09-10
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.facebook.com/browservery
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/browservery
URL de la Page d'Aide https://groups.google.com/g/browservery
URL de la Page de Politique de Confidentialité https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Langues Prises en Charge 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"
            ]
        }
    ]
}