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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
    }
}