One key pronunciation
One key pronunciation for collinsdictionary.com and dict.youdao.com
Qu'est-ce que One key pronunciation ?
One key pronunciation est une extension Chrome développée par leolovenet, et sa fonction principale est "One key pronunciation for collinsdictionary.com and dict.youdao.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One key pronunciation
Téléchargez les fichiers d'extension One key pronunciation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
适应有道词典网页新界面 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
Informations de Base sur l'Extension
Nom | One key pronunciation |
ID | mkppoafmldalmhigegpkliengblddnbp |
URL Officiel | https://chromewebstore.google.com/detail/one-key-pronunciation/mkppoafmldalmhigegpkliengblddnbp |
Description | One key pronunciation for collinsdictionary.com and dict.youdao.com |
Taille du Fichier | 52.98 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2020-03-31 |
Date de Publication | 2020-03-31 |
Développeur | leolovenet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/leolovenet/dict.youdao.com.js |
URL de la Page d'Aide | https://github.com/leolovenet/dict.youdao.com.js |
Langues Prises en Charge | 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" ] } |