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! هو إضافة Chrome تم تطويرها بواسطة Chris Gatzonis، والميزة الرئيسية لها هي "Instant translation of selected text using Google Translate.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة It's all Greek to me!

قم بتنزيل ملفات الامتداد It's all Greek to me! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}