KingYee Chrome Extension
医药学大词典在Chrome中实现鼠标取词
What is KingYee Chrome Extension?
KingYee Chrome Extension is a Chrome extension developed by tlj, and its main feature is "医药学大词典在Chrome中实现鼠标取词".
Extension Screenshots
Download KingYee Chrome Extension Extension CRX File
Download KingYee Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
医药学大词典在Google Chrome中实现鼠标取词。
Extension Basic Information
Name | |
ID | kfcgjpmhdocgdammocihjjfbfjlonaof |
Official URL | https://chrome.google.com/webstore/detail/kingyee-chrome-extension/kfcgjpmhdocgdammocihjjfbfjlonaof |
Description | 医药学大词典在Chrome中实现鼠标取词 |
File Size | 32.38 KB |
Installation Count | 340 |
Current Version | 2.3 |
Last Updated | 2014-07-03 |
Publish Date | 2014-07-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | tlj |
Payment Type | free |
Supported Languages | 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" } |