It's all Greek to me!

Instant translation of selected text using Google Translate.

It's all Greek to me!とは何ですか?

It's all Greek to me!はChris Gatzonisによって開発されたChromeの拡張機能で、その主な機能は「Instant translation of selected text using Google Translate.」です。

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

screenshot
screenshot
screenshot

It's all Greek to me!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If "It's all Greek to you" use this extension for Google Chrome to translate any text on the web on any language to your desired language*.It's so simple to use:

1. After adding the extension click the question mark button in the upper right corner of the browser.

2. Select your desired language. 

3. Highlight any text on the web.

4. Right click with the text highlighted and click 'It's all Greek to me!' .

5. A new tab with Google Translate opens with the selected text to your desired language.

*Google Translate languages supported                    

拡張機能の基本情報

名前 It's all Greek to me! It's all Greek to me!
ID cdbnocffdnhncgkdoonldahmpkdpaifl
公式URL https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl
説明 Instant translation of selected text using Google Translate.
ファイルサイズ 8.96 KB
インストール数 194
現在のバージョン 1.0
最終更新日 2013-05-28
公開日 2013-05-28
評価 5.00/5 合計 2 レビュー
開発者 Chris Gatzonis
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "It's all Greek to me!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Instant translation of selected text using Google Translate.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}