Mouse Translator
Mouse Translator
Mouse Translatorとは何ですか?
Mouse TranslatorはAbel Liuによって開発されたChromeの拡張機能で、その主な機能は「Mouse Translator」です。
拡張機能のスクリーンショット
Mouse Translator拡張機能のCRXファイルをダウンロード
Mouse Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
指词翻译,使用鼠标快速查看单词解释。
拡張機能の基本情報
名前 | Mouse Translator |
ID | makaijldnmppobcafpijpndkkihhanhh |
公式URL | https://chromewebstore.google.com/detail/mouse-translator/makaijldnmppobcafpijpndkkihhanhh |
説明 | Mouse Translator |
ファイルサイズ | 18.39 KB |
インストール数 | 53 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-02-17 |
公開日 | 2017-02-16 |
開発者 | Abel Liu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mouse Translator", "description": "Mouse Translator", "version": "1.0.1", "options_page": "popup.html", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Mouse Translator" }, "content_scripts": [ { "js": [ "selector.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |