excite's translation from context menu.

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

Co je excite's translation from context menu.?

excite's translation from context menu. je rozšíření Chrome vyvinuté cloversearch, a jeho hlavní funkcí je „This is the extension which add Excite translation to a right-click menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření excite's translation from context menu.

Stáhněte si soubory rozšíření excite's translation from context menu. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

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

Základní Informace o Rozšíření

Název excite's translation from context menu. excite's translation from context menu.
ID eekjepfmcakinlecaaecodjgfphcanlf
Oficiální URL https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf
Popis This is the extension which add Excite translation to a right-click menu.
Velikost souboru 32.2 KB
Počet instalací 2,724
Aktuální Verze 1.0.5
Poslední Aktualizace 2014-11-27
Datum Vydání 2014-11-26
Hodnocení 3.17/5 Celkem 6 Hodnocení
Vývojář cloversearch
Typ Platby free
Podporované Jazyky 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"
}