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
官方網址 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"
    }
}