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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |