Translator, Dictionary - Accurate Translate

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

¿Qué es Translator, Dictionary - Accurate Translate?

Translator, Dictionary - Accurate Translate es una extensión de Chrome desarrollada por Translate App, y su función principal es "Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Translator, Dictionary - Accurate Translate

Descarga archivos de extensión Translator, Dictionary - Accurate Translate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Translator, Dictionary - Accurate Translate Translator, Dictionary - Accurate Translate
ID bebmphofpgkhclocdbgomhnjcpelbenh
URL Oficial https://chromewebstore.google.com/detail/translator-dictionary-acc/bebmphofpgkhclocdbgomhnjcpelbenh
Descripción Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.
Tamaño del Archivo 1.96 MB
Cantidad de Instalaciones 813,063
Versión Actual 1.6
Última Actualización 2023-06-16
Fecha de Publicación 2020-09-14
Calificación 4.47/5 Total de 1118 Calificaciones
Desarrollador Translate App
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/translator-p-policy
Idiomas Soportados 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\/*"
    ]
}