excite's translation from context menu.

This is the extension which add Excite translation to a right-click menu.

什么是excite's translation from context menu.?

excite's translation from context menu.是由cloversearch开发的Chrome扩展程序,该扩展的主要功能是“This is the extension which add Excite translation to a right-click menu.”。

扩展截图

screenshot

下载excite's translation from context menu.扩展crx文件

下载excite's translation from context menu.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        右クリックメニューにエキサイト翻訳を追加する拡張機能です。

■使い方
ホームページ上のテキストをなぞって右クリック。
右クリックメニューの「エキサイト翻訳」をクリック。
エキサイト翻訳にジャンプします。

■更新履歴
2012/10/2 新規に再公開                    

扩展基本信息

名称 excite's translation from context menu. excite's translation from context menu.
ID eekjepfmcakinlecaaecodjgfphcanlf
官方URL https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf
简介 This is the extension which add Excite translation to a right-click menu.
文件大小 32.2 KB
安装次数 2,724
当前版本 1.0.5
更新时间 2014-11-27
上架时间 2014-11-26
评分 3.17/5 共6次评分
开发者 cloversearch
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.5",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "excite.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}