Translator, Dictionary - Accurate Translate

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

Co to jest Translator, Dictionary - Accurate Translate?

Translator, Dictionary - Accurate Translate to rozszerzenie Chrome opracowane przez Translate App, a jego główną funkcją jest „Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Translator, Dictionary - Accurate Translate

Pobierz pliki rozszerzeń Translator, Dictionary - Accurate Translate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Translator, Dictionary - Accurate Translate Translator, Dictionary - Accurate Translate
ID bebmphofpgkhclocdbgomhnjcpelbenh
Oficjalny URL https://chromewebstore.google.com/detail/translator-dictionary-acc/bebmphofpgkhclocdbgomhnjcpelbenh
Opis Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.
Rozmiar pliku 1.96 MB
Liczba instalacji 813,063
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-06-16
Data Publikacji 2020-09-14
Ocena 4.47/5 Łącznie 1118 Oceny
Deweloper Translate App
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/translator-p-policy
Obsługiwane Języki 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\/*"
    ]
}