Click Translate

Right click to translate any word quickly and easily.

Click Translateとは何ですか?

Click TranslateはDavid Pimentelによって開発されたChromeの拡張機能で、その主な機能は「Right click to translate any word quickly and easily.」です。

拡張機能のスクリーンショット

screenshot

Click Translate拡張機能のCRXファイルをダウンロード

Click Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
公式URL https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
説明 Right click to translate any word quickly and easily.
ファイルサイズ 165 KB
インストール数 1,048
現在のバージョン 1.0
最終更新日 2014-01-12
公開日 2014-01-12
評価 1.75/5 合計 4 レビュー
開発者 David Pimentel
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Translate",
    "version": "1.0",
    "description": "Right click to translate any word quickly and easily.",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/translate.css"
            ],
            "js": [
                "js\/jquery-1.8.1.min.js",
                "js\/jquery-ui-1.8.24.custom.min.js",
                "js\/common.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "options_page": "\/options.html",
    "background": {
        "page": "\/background.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}