excite's translation from context menu.

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

What is excite's translation from context menu.?

excite's translation from context menu. is a Chrome extension developed by cloversearch, and its main feature is "This is the extension which add Excite translation to a right-click menu.".

Extension Screenshots

screenshot

Download excite's translation from context menu. Extension CRX File

Download excite's translation from context menu. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name excite's translation from context menu. excite's translation from context menu.
ID eekjepfmcakinlecaaecodjgfphcanlf
Official URL https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf
Description This is the extension which add Excite translation to a right-click menu.
File Size 32.2 KB
Installation Count 2,724
Current Version 1.0.5
Last Updated 2014-11-27
Publish Date 2014-11-26
Rating 3.17/5 Total 6 Ratings
Developer cloversearch
Payment Type free
Supported Languages 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"
}