excite's translation from context menu.

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

Wat is excite's translation from context menu.?

excite's translation from context menu. is een Chrome-extensie ontwikkeld door cloversearch, en de belangrijkste functie is "This is the extension which add Excite translation to a right-click menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie excite's translation from context menu.

Download excite's translation from context menu.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam excite's translation from context menu. excite's translation from context menu.
ID eekjepfmcakinlecaaecodjgfphcanlf
Officiële URL https://chromewebstore.google.com/detail/excites-translation-from/eekjepfmcakinlecaaecodjgfphcanlf
Beschrijving This is the extension which add Excite translation to a right-click menu.
Bestandsgrootte 32.2 KB
Aantal Installaties 2,724
Huidige Versie 1.0.5
Laatst Bijgewerkt 2014-11-27
Publicatiedatum 2014-11-26
Beoordeling 3.17/5 Totaal 6 Beoordelingen
Ontwikkelaar cloversearch
Betalingswijze free
Ondersteunde Talen 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"
}