Chinese-English Dictionary
Chinese-English Dictionary by Purple Culture
什么是Chinese-English Dictionary?
Chinese-English Dictionary是由https://www.purpleculture.net开发的Chrome扩展程序,该扩展的主要功能是“Chinese-English Dictionary by Purple Culture”。
扩展截图
下载Chinese-English Dictionary扩展crx文件
下载Chinese-English Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select or double click Chinese word to view its definition in a small popup. Features: 1. You can click on the pinyin to hear the pronunciation 2. TTS is provided for Chinese words 3. Support color tone (color tone scheme is based on your saved setting on https://www.purpleculture.net/mytoolsetting/) 3. Save to Purple Culture MyWords (https://www.purpleculture.net/mywords/), which can be used for flashcards, worksheets generations. Notes: - The pop-up bubble will not work in tabs that were open prior to installation. After installing this extension, please reload your already open tabs or restart Chrome. - Please note all extensions are disabled on Chrome Web Store pages (including this one). Do not test the extension on this page; it will not work!
扩展基本信息
名称 | Chinese-English Dictionary |
ID | oioeapdgbhbkkmmmeiichfjloebjggki |
官方URL | https://chromewebstore.google.com/detail/chinese-english-dictionar/oioeapdgbhbkkmmmeiichfjloebjggki |
简介 | Chinese-English Dictionary by Purple Culture |
文件大小 | 373 KB |
安装次数 | 1,200 |
当前版本 | 1.4 |
更新时间 | 2020-12-24 |
上架时间 | 2018-12-10 |
评分 | 3.33/5 共3次评分 |
开发者 | https://www.purpleculture.net |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chinese-English Dictionary", "icons": { "128": "images\/logo_128.png", "48": "images\/logo_48.png", "16": "images\/logo_16.png" }, "description": "Chinese-English Dictionary by Purple Culture", "version": "1.4", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/lib\/jquery.js", "assets\/purpledic.js", "assets\/lib\/howler.js", "assets\/dict.js", "assets\/content.js" ], "css": [ "assets\/purpledic.css", "assets\/lib\/font-awesome\/css\/font-awesome.css", "assets\/content.css" ], "all_frames": true } ], "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" }, "default_title": "Chinese-English Dictionary", "default_popup": "popup.html" }, "permissions": [ "cookies", "*:\/\/*.purpleculture.net\/*", "storage" ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; media-src https:; object-src 'self'" } |