Select to translate - Translator, Dictionary

Translator for web pages. Translate words and phrases. Full page translator based on Google Translate.

Τι είναι το Select to translate - Translator, Dictionary;

Το Select to translate - Translator, Dictionary είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Milly Dosla, και η κύρια λειτουργία του είναι "Translator for web pages. Translate words and phrases. Full page translator based on Google Translate.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Select to translate - Translator, Dictionary

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

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

                        Web Translator is your everyday helper to translate an unknown foreign word, sentence, or whole article. It’s a simple and fast way to translate text into another language without breaking away from work.  

Translate while you read and write with Web Translate, the world's most accurate translator.

With this translator, you can enjoy Google translate unbeatable translation quality without leaving your browser.

You'll be able to translate effortlessly and instantly whatever you're reading or writing within Chrome. Select and right-click on any text and choose to translate this selection. 

Due to a language barrier, you no longer must worry about missing any information throughout the web. 

Download Translator for Chrome for free to start translating today.

FUTURE

Translate while reading
Learn a language by reading whatever you like. Translate words & phrases live on any web page. Click words or phrases on any site to translate them.

Translate your writing
With the translator, you can write your content at the top of the pop-up and get the translation at the bottom. All translations (like French, German, Spanish, Arabic, and ninety-seven other languages) are powered by neural machine translations by Google Translate that accurately translates your content.

Double click translation
You will be able to translate on double-click to get a quick translation of words.

Text-to-speech 
Use TTS function that helps you learn how words sound as well as phonetic transcription.

Full-page translations
Translate entire web pages into your desired language with just one click. This is a new feature provided by Google Translator for free that we integrated into our translator.

Translation History
All translation history is stored in your browser's local storage. To find or delete your translation history, click the extension icon in the top right corner of your browser. Then click the "Show translation history" icon in the pop-up window. This translator does not use any cloud storage. Therefore, after removing the extension, all your translation history will be deleted from the browser's local storage without the possibility of recovery.                    

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

Όνομα Select to translate - Translator, Dictionary Select to translate - Translator, Dictionary
ID ibppednjgooiepmkgdcoppnmbhmieefh
Επίσημο URL https://chromewebstore.google.com/detail/select-to-translate-trans/ibppednjgooiepmkgdcoppnmbhmieefh
Περιγραφή Translator for web pages. Translate words and phrases. Full page translator based on Google Translate.
Μέγεθος Αρχείου 2.12 MB
Αριθμός Εγκαταστάσεων 1,044,124
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2020-09-28
Αξιολόγηση 4.46/5 Συνολικά 4575 Αξιολογήσεις
Προγραμματιστής Milly Dosla
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://quick-translator.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/pageTranslation.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/translator.js"
            ],
            "css": [
                "css\/content.css",
                "css\/pageTranslation.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "Translator",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "system.display",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "short_name": "Translator",
    "version": "1.0.15",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "css\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}