KingYee Chrome Extension
医药学大词典在Chrome中实现鼠标取词
Qu'est-ce que KingYee Chrome Extension ?
KingYee Chrome Extension est une extension Chrome développée par tlj, et sa fonction principale est "医药学大词典在Chrome中实现鼠标取词".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KingYee Chrome Extension
Téléchargez les fichiers d'extension KingYee Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
医药学大词典在Google Chrome中实现鼠标取词。
Informations de Base sur l'Extension
Nom | |
ID | kfcgjpmhdocgdammocihjjfbfjlonaof |
URL Officiel | https://chrome.google.com/webstore/detail/kingyee-chrome-extension/kfcgjpmhdocgdammocihjjfbfjlonaof |
Description | 医药学大词典在Chrome中实现鼠标取词 |
Taille du Fichier | 32.38 KB |
Nombre d'Installations | 340 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2014-07-03 |
Date de Publication | 2014-07-03 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | tlj |
Type de Paiement | free |
Langues Prises en Charge | 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" } |