Translator, Dictionary - Accurate Translate

Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.

Τι είναι το Translator, Dictionary - Accurate Translate;

Το Translator, Dictionary - Accurate Translate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Translate App, και η κύρια λειτουργία του είναι "Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.".

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

screenshot
screenshot

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

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

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

                        Uncover the boundless realm of worldwide digital content with Web Translator, your bespoke linguistic assistant integrated directly into your browser. As you traverse the expansive internet, it rapidly deciphers unfamiliar foreign words, sentences, and even entire articles, presenting them in a clear, understandable manner.

Engage the swift efficiency of Web Translate, celebrated as the world's most exact online translator, and relish the unparalleled translate capability of Google Translate without navigating away from your current page.

Web Translator effortlessly blends into your Chrome browser, ensuring a smooth translate experience as you read or write. Simply select any text, right-click, and opt to have it translated - it’s as simple as that. No more being restrained in your exploration and comprehension of the web's vast knowledge base due to language barriers.

Web Translator is available for free on Chrome. Download now and enhance your browsing experience with the power of immediate translation.

LIST OF FEATURES

On-The-Fly Reading Translation: Amplify your language learning or understand diverse content by translating words and phrases live on any web page. Simply click on any word or phrase to translate instantly.

Interactive Writing Translation: Use the translator to draft your content at the top of the pop-up, and receive an accurate translation at the bottom. Supported by neural machine translate algorithms from Google Translate, it caters to a wide array of languages including French, German, Spanish, English, and ninety-seven more, offering precise translations.

Double-Click Translation: With this feature, a quick translate action is just a double click away. Quickly comprehend unfamiliar words and enhance your reading experience.

Text-To-Speech & Phonetic Transcription: This function allows you to not only read but also listen to the pronunciation of words. Learn languages better with phonetic transcriptions accompanying the translate actions.

Full-Page Translations: A groundbreaking feature that translates entire web pages into your preferred language at a single click. Experience this service offered by Google Translate, now integrated into our translator.

Translation History Management: Keep track of all your translate actions in the browser's local storage. Access your history by clicking the extension icon and selecting "Show translation history" in the pop-up window. Since we prioritize user privacy, the history is not stored in any cloud database. Upon uninstallation, your translate history will be permanently deleted from your browser's local storage.                    

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

Όνομα Translator, Dictionary - Accurate Translate Translator, Dictionary - Accurate Translate
ID bebmphofpgkhclocdbgomhnjcpelbenh
Επίσημο URL https://chromewebstore.google.com/detail/translator-dictionary-acc/bebmphofpgkhclocdbgomhnjcpelbenh
Περιγραφή Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.
Μέγεθος Αρχείου 1.96 MB
Αριθμός Εγκαταστάσεων 813,063
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2023-06-16
Ημερομηνία Δημοσίευσης 2020-09-14
Αξιολόγηση 4.47/5 Συνολικά 1118 Αξιολογήσεις
Προγραμματιστής Translate App
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/translator-p-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/hot-reload.js",
            "scripts\/globalHelpers\/langHelper.js",
            "scripts\/globalHelpers\/dataBaseHelper.js",
            "scripts\/globalHelpers\/configHelper.js",
            "scripts\/globalHelpers\/utilsHelper.js",
            "scripts\/globalHelpers\/coreHelper.js",
            "scripts\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/globalHelpers\/translateHelper.js",
                "scripts\/globalHelpers\/audioHelper.js",
                "scripts\/globalHelpers\/langHelper.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPage.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/jquery.js",
                "scripts\/globalHelpers\/wholePageTranslateHelper.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPage.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_title": "Translator",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "html\/settings.html",
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "scripts\/*",
        "images\/*",
        "styles\/*",
        "fonts\/*"
    ]
}