One key pronunciation
One key pronunciation for collinsdictionary.com and dict.youdao.com
Was ist One key pronunciation?
One key pronunciation ist eine Chrome-Erweiterung, die von leolovenet entwickelt wurde, und ihr Hauptmerkmal ist "One key pronunciation for collinsdictionary.com and dict.youdao.com".
Erweiterungsscreenshots
One key pronunciation-Erweiterungs-CRX-Datei herunterladen
Laden Sie One key pronunciation-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
适应有道词典网页新界面
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mkppoafmldalmhigegpkliengblddnbp |
| Offizielle URL | https://chromewebstore.google.com/detail/one-key-pronunciation/mkppoafmldalmhigegpkliengblddnbp |
| Beschreibung | One key pronunciation for collinsdictionary.com and dict.youdao.com |
| Dateigröße | 52.98 KB |
| Installationsanzahl | 77 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2020-03-31 |
| Veröffentlichungsdatum | 2020-03-31 |
| Entwickler | leolovenet |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/leolovenet/dict.youdao.com.js |
| Hilfeseite URL | https://github.com/leolovenet/dict.youdao.com.js |
| Unterstützte Sprachen | 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"
]
} | |