excite's translation from context menu.

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

Co to jest excite's translation from context menu.?

excite's translation from context menu. to rozszerzenie Chrome opracowane przez cloversearch, a jego główną funkcją jest „This is the extension which add Excite translation to a right-click menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia excite's translation from context menu.

Pobierz pliki rozszerzeń excite's translation from context menu. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa excite's translation from context menu. excite's translation from context menu.
ID eekjepfmcakinlecaaecodjgfphcanlf
Oficjalny URL https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf
Opis This is the extension which add Excite translation to a right-click menu.
Rozmiar pliku 32.2 KB
Liczba instalacji 2,724
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2014-11-27
Data Publikacji 2014-11-26
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper cloversearch
Typ Płatności free
Obsługiwane Języki 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"
}