ToEnglish Instant Balloon Translate

Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.

Τι είναι το ToEnglish Instant Balloon Translate;

Το ToEnglish Instant Balloon Translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alireza Ghasemi, και η κύρια λειτουργία του είναι "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

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

screenshot

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

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

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

                                            

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

Όνομα ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
Επίσημο URL https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Περιγραφή Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Μέγεθος Αρχείου 68.57 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2015-02-10
Ημερομηνία Δημοσίευσης 2015-02-10
Προγραμματιστής Alireza Ghasemi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToEnglish Instant Balloon Translate",
    "description": "Show the translation of the selected word\/phrase instantly in a balloon window. You can see the result instantly in the same tab.",
    "version": "0.0.3",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.0.2.min.js",
            "js\/jquery.webui-popover.js",
            "js\/jquery.qtip-1.0.0-rc3.min.js",
            "js\/background.js",
            "js\/gcookie.js"
        ]
    },
    "manifest_version": 2,
    "short_name": "ToEnglish Instant Translate",
    "icons": {
        "16": "img\/lookup128.png",
        "128": "img\/lookup128.png"
    },
    "browser_action": {
        "default_icon": "img\/lookup128.png",
        "default_title": "Show translation",
        "default_popup": "popup.html"
    }
}