One key pronunciation
One key pronunciation for collinsdictionary.com and dict.youdao.com
Hvad er One key pronunciation?
One key pronunciation er en Chrome-udvidelse udviklet af leolovenet, og dens hovedfunktion er "One key pronunciation for collinsdictionary.com and dict.youdao.com".
Udvidelsesskærmbilleder
Download One key pronunciation-udvidelses-CRX-fil
Download One key pronunciation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
适应有道词典网页新界面
new: 支持域名 www.youdao.com
fix, collinsdictionary.com 下的一个错误。
针对有道字典(dict.youdao.com),collinsdictionary.com 新增一键发音功能
针对有道单词本(dict.youdao.com/wordbook)加入了一键加入的功能。
github: https://github.com/leolovenet/dict.youdao.com.js Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mkppoafmldalmhigegpkliengblddnbp |
| Officiel URL | https://chromewebstore.google.com/detail/one-key-pronunciation/mkppoafmldalmhigegpkliengblddnbp |
| Beskrivelse | One key pronunciation for collinsdictionary.com and dict.youdao.com |
| Filstørrelse | 52.98 KB |
| Antal Installationer | 77 |
| Nuværende Version | 1.0.7 |
| Senest Opdateret | 2020-03-31 |
| Udgivelsesdato | 2020-03-31 |
| Udvikler | leolovenet |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/leolovenet/dict.youdao.com.js |
| Hjælpeside-URL | https://github.com/leolovenet/dict.youdao.com.js |
| Understøttede Sprog | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One key pronunciation",
"description": "One key pronunciation for collinsdictionary.com and dict.youdao.com",
"version": "1.0.7",
"content_scripts": [
{
"matches": [
"http:\/\/www.youdao.com\/*",
"https:\/\/www.youdao.com\/*",
"http:\/\/dict.youdao.com\/*",
"https:\/\/dict.youdao.com\/*",
"http:\/\/www.collinsdictionary.com\/*",
"https:\/\/www.collinsdictionary.com\/"
],
"all_frames": false,
"css": [
"\/assets\/libs\/messenger.css",
"\/assets\/libs\/messenger-theme-flat.css"
],
"js": [
"assets\/libs\/jquery-1.7.2.min.js",
"assets\/libs\/messenger.min.js",
"assets\/libs\/messenger-theme-flat.js",
"assets\/scripts\/dict.youdao.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "assets\/images\/icon128.png",
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "22",
"page_action": {
"default_icon": {
"19": "assets\/images\/icon19.png",
"38": "assets\/images\/icon38.png"
},
"default_title": "One key to pronunciation for collinsdictionary.com and dict.youdao.com"
},
"permissions": [
"tabs",
"http:\/\/www.youdao.com\/*",
"https:\/\/www.youdao.com\/*",
"http:\/\/dict.youdao.com\/*",
"https:\/\/dict.youdao.com\/*",
"http:\/\/www.collinsdictionary.com\/*",
"https:\/\/www.collinsdictionary.com\/",
"webRequest"
]
} | |