KingYee Chrome Extension
医药学大词典在Chrome中实现鼠标取词
什么是KingYee Chrome Extension?
KingYee Chrome Extension是由tlj开发的Chrome扩展程序,该扩展的主要功能是“医药学大词典在Chrome中实现鼠标取词”。
扩展截图
下载KingYee Chrome Extension扩展crx文件
下载KingYee Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
医药学大词典在Google Chrome中实现鼠标取词。
扩展基本信息
名称 | |
ID | kfcgjpmhdocgdammocihjjfbfjlonaof |
官方URL | https://chrome.google.com/webstore/detail/kingyee-chrome-extension/kfcgjpmhdocgdammocihjjfbfjlonaof |
简介 | 医药学大词典在Chrome中实现鼠标取词 |
文件大小 | 32.38 KB |
安装次数 | 340 |
当前版本 | 2.3 |
更新时间 | 2014-07-03 |
上架时间 | 2014-07-03 |
评分 | 5.00/5 共5次评分 |
开发者 | tlj |
付费类型 | free |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "capturetext.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*.*" ] } ], "default_locale": "zh_CN", "name": "KingYee Chrome Extension", "description": "__MSG_app_description__", "homepage_url": "http:\/\/www.medlive.cn\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "2.3" } |