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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}