ToEnglish Instant Balloon Translate
Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
什么是ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate是由Alireza Ghasemi开发的Chrome扩展程序,该扩展的主要功能是“Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.”。
扩展截图
下载ToEnglish Instant Balloon Translate扩展crx文件
下载ToEnglish Instant Balloon Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
官方URL | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
简介 | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
文件大小 | 68.57 KB |
安装次数 | 28 |
当前版本 | 0.0.3 |
更新时间 | 2015-02-10 |
上架时间 | 2015-02-10 |
开发者 | Alireza Ghasemi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToEnglish Instant Balloon Translate", "description": "Show the translation of the selected word\/phrase instantly in a balloon window. You can see the result instantly in the same tab.", "version": "0.0.3", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "ToEnglish Instant Translate", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Show translation", "default_popup": "popup.html" } } |