Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

Τι είναι το Zaqwes Translate;

Το Zaqwes Translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vda, και η κύρια λειτουργία του είναι "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Zaqwes Translate

Λήψη αρχείων επέκτασης Zaqwes Translate σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
Επίσημο URL https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
Περιγραφή The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Μέγεθος Αρχείου 39.56 KB
Αριθμός Εγκαταστάσεων 14
Τρέχουσα Έκδοση 0.3.3
Τελευταία Ενημέρωση 2014-08-15
Ημερομηνία Δημοσίευσης 2014-08-15
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής vda
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}