Web Translator

Right click to the word or phrase to translate using the Google Translator. Online translation and dictionary

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

Το Web Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Olszewski, και η κύρια λειτουργία του είναι "Right click to the word or phrase to translate using the Google Translator. Online translation and dictionary".

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

screenshot

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

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

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

                        With this extension, you can quickly translate words on the web page you are viewing using a Google translator.

To do this, just right-click on the text or word you need and click on "Web Translator" next to it. In a new tab, you will see the result.

You can also set your language in the extension settings. The translator will determine the language of the site where you are located.

You can translate between the following languages

❗Privacy policy:
Use the Chrome "Web Translator" extension at your own risk. Warranty not available. 
The author is not responsible for any damage or loss of data caused by the use of this extension. 
Using "Web Translator" means that you agree to these terms.

✔️Convenient translator with two options: translate the text using double click to the word during the reading or copy and paste a big part of text to the popup of extension. 

✔️Beautiful design of the extension allows you simply navigate across its functionality and choose the best color theme for you.

✔️Read text fast with understanding every foreign word, because you can translate the full page at once using button in the context menu or in the popup of extension. 

✔️Click to Translate also remembers the history of languages that you use and choose for the extension, so you don't need to choose it every time. Just add to the quick menu favourites.

Denial of responsibility:

The Chrome extension "Web Translator" has no relation to the popular site https://translate.google.com 

All copyrights belong to their respective owners. Google does not support or sponsor this Chrome extension. This Chrome extension is not owned, licensed, or a subsidiary of Google Inc.

All copyrights belong to their owners.                    

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

Όνομα Web Translator Web Translator
ID hnfabcchmopgohnhkcojhocneefbnffg
Επίσημο URL https://chromewebstore.google.com/detail/web-translator/hnfabcchmopgohnhkcojhocneefbnffg
Περιγραφή Right click to the word or phrase to translate using the Google Translator. Online translation and dictionary
Μέγεθος Αρχείου 97.38 KB
Αριθμός Εγκαταστάσεων 1,409,663
Τρέχουσα Έκδοση 2.15
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2021-10-12
Αξιολόγηση 4.67/5 Συνολικά 540 Αξιολογήσεις
Προγραμματιστής The Olszewski
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,ca,da,et,es,fi,cs,el,bg,fa,bn,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "javaScripts\/serviceWorker.js"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "action": {
        "default_icon": "assets\/img\/128.png",
        "default_title": "Translator",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "javaScripts\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "2.15",
    "web_accessible_resources": [
        {
            "resources": [
                "javaScripts\/*",
                "javaScripts\/img\/*",
                "javaScripts\/style\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}