Pronunciation Audio Url Copier for Anki
Lets you quickly download pronunciation audio for Anki
Was ist Pronunciation Audio Url Copier for Anki?
Pronunciation Audio Url Copier for Anki ist eine Chrome-Erweiterung, die von https://www.facebook.com/browservery entwickelt wurde, und ihr Hauptmerkmal ist "Lets you quickly download pronunciation audio for Anki".
Erweiterungsscreenshots
Pronunciation Audio Url Copier for Anki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pronunciation Audio Url Copier for Anki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Pronunciation Audio Url Copier for Anki |
ID | hljahmgmleahkgmmomjpllhgeangacld |
Offizielle URL | https://chromewebstore.google.com/detail/pronunciation-audio-url-c/hljahmgmleahkgmmomjpllhgeangacld |
Beschreibung | Lets you quickly download pronunciation audio for Anki |
Dateigröße | 19.11 KB |
Installationsanzahl | 218 |
Aktuelle Version | 0.9.1 |
Letztes Update | 2024-01-02 |
Veröffentlichungsdatum | 2019-09-10 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://www.facebook.com/browservery |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.facebook.com/browservery |
Hilfeseite URL | https://groups.google.com/g/browservery |
URL der Datenschutzrichtlinien-Seite | https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md |
Unterstützte Sprachen | 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" ] } ] } |