KingYee Chrome Extension
医药学大词典在Chrome中实现鼠标取词
Wat is KingYee Chrome Extension?
KingYee Chrome Extension is een Chrome-extensie ontwikkeld door tlj, en de belangrijkste functie is "医药学大词典在Chrome中实现鼠标取词".
Extensie Screenshots
Download het CRX-bestand van de extensie KingYee Chrome Extension
Download KingYee Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
医药学大词典在Google Chrome中实现鼠标取词。
Basisinformatie over de Extensie
Naam | |
ID | kfcgjpmhdocgdammocihjjfbfjlonaof |
Officiële URL | https://chrome.google.com/webstore/detail/kingyee-chrome-extension/kfcgjpmhdocgdammocihjjfbfjlonaof |
Beschrijving | 医药学大词典在Chrome中实现鼠标取词 |
Bestandsgrootte | 32.38 KB |
Aantal Installaties | 340 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2014-07-03 |
Publicatiedatum | 2014-07-03 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | tlj |
Betalingswijze | free |
Ondersteunde Talen | 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" } |