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 |
官方網址 | 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" } |