DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

Τι είναι το DeepL Translator;

Το DeepL Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chris Lo, και η κύρια λειτουργία του είναι "Hover over highlighted sentences and words to translate them with DeepL.".

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

screenshot
screenshot

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

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

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

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

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

Όνομα DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
Επίσημο URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Περιγραφή Hover over highlighted sentences and words to translate them with DeepL.
Μέγεθος Αρχείου 168 KB
Αριθμός Εγκαταστάσεων 11,889
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2021-05-01
Ημερομηνία Δημοσίευσης 2021-01-19
Αξιολόγηση 3.33/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Chris Lo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://chrislo.ca/deepl
URL της Σελίδας Πολιτικής Απορρήτου https://codeforthought.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}