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" } |