One key pronunciation
One key pronunciation for collinsdictionary.com and dict.youdao.com
Wat is One key pronunciation?
One key pronunciation is een Chrome-extensie ontwikkeld door leolovenet, en de belangrijkste functie is "One key pronunciation for collinsdictionary.com and dict.youdao.com".
Extensie Screenshots
Download het CRX-bestand van de extensie One key pronunciation
Download One key pronunciation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
适应有道词典网页新界面
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 Basisinformatie over de Extensie
| Naam | |
| ID | mkppoafmldalmhigegpkliengblddnbp |
| Officiële URL | https://chromewebstore.google.com/detail/one-key-pronunciation/mkppoafmldalmhigegpkliengblddnbp |
| Beschrijving | One key pronunciation for collinsdictionary.com and dict.youdao.com |
| Bestandsgrootte | 52.98 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.0.7 |
| Laatst Bijgewerkt | 2020-03-31 |
| Publicatiedatum | 2020-03-31 |
| Ontwikkelaar | leolovenet |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/leolovenet/dict.youdao.com.js |
| Help Pagina-URL | https://github.com/leolovenet/dict.youdao.com.js |
| Ondersteunde Talen | 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"
]
} | |