Pronunciation Audio Url Copier for Anki
Lets you quickly download pronunciation audio for Anki
Cos'è Pronunciation Audio Url Copier for Anki?
Pronunciation Audio Url Copier for Anki è un'estensione di Chrome sviluppata da https://www.facebook.com/browservery, e la sua funzione principale è "Lets you quickly download pronunciation audio for Anki".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pronunciation Audio Url Copier for Anki
Scarica i file di estensione Pronunciation Audio Url Copier for Anki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hljahmgmleahkgmmomjpllhgeangacld |
| URL Ufficiale | https://chromewebstore.google.com/detail/pronunciation-audio-url-c/hljahmgmleahkgmmomjpllhgeangacld |
| Descrizione | Lets you quickly download pronunciation audio for Anki |
| Dimensione del File | 19.11 KB |
| Conteggio Installazioni | 218 |
| Versione Corrente | 0.9.1 |
| Ultimo Aggiornamento | 2024-01-02 |
| Data di Pubblicazione | 2019-09-10 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://www.facebook.com/browservery |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.facebook.com/browservery |
| URL della Pagina di Aiuto | https://groups.google.com/g/browservery |
| URL della Pagina della Politica sulla Privacy | https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md |
| Lingue Supportate | 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"
]
}
]
} | |