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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you quickly download pronunciation audio for Anki"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pronunciation Audio Url Copier for Anki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
}
]
} | |