XTranslateGPT - Translate All

Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!

O que é XTranslateGPT - Translate All?

XTranslateGPT - Translate All é uma extensão do Chrome desenvolvida por https://www.xtranslate.ai, e sua principal característica é "Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão XTranslateGPT - Translate All

Baixe arquivos de extensão XTranslateGPT - Translate All no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Use XTranslate GPT to translate and communicate across 100+ languages with ease in seconds! Whenever you need to translate or understand the content on a page or website, just highlight the text and have XTranslate GPT do it for you. XTranslate GPT can automatically detect the language, and translate the content to any selected language after you select or enter. It can also translate the language to a different tone, e.g. professional, friendly, formal, funny! 

➖ Multiple Translators to choose, GPT AI Translator, Google Translator and Microsoft Translator
➖ Supports over 100+ languages
➖ Support translation into any tones
➖ Automatic language detection
➖ Text voice acting for 60 languages;
➖ Image Translation
➖ Document Translation
➖ Reverse translation
➖ Works on all sites including Gmail, Facebook, Twitter and others
➖ Convenient and intuitive user interface of the extension
➖ Provide both free version, and Premium version with great features and benefits!

XTranslate GPT is the best translator with 100+ languages, most languages supported in the market. We offer three translator services to use,  ChatGPT AI (used by 100+ million users), Google Translate™ service and Microsoft Translator! Just highlight the word or text you want to translate and you will immediately see the translation into your language. All in one simple and understandable browser extension. 

Whenever you need to translate or understand the content, have XTranslate GPT do it for you!

In addition to translation, It also provides you more great features, including 
- Dictionary lookup
- Pronunciations
- Synonyms
- Detect languages 
- Transliterate
- Text to speech - hear correct pronunciation and play words and texts.
- Rewrite, Explain, Summarize are coming soon! 

It is available on both desktop and mobile. After you install the add-on, it will show in your chrome extension list.

This product is brought to you by ZQ Labs, Inc and ZQ Labs, Inc. is not affiliated with OpenAI. 

Experience the best translator app and the power of advanced AI ChatGPT, Google Translate Service™ and Microsoft Translator with this browser extension today!                    

Informações Básicas da Extensão

Nome XTranslateGPT - Translate All XTranslateGPT - Translate All
ID dnffnnhonjgemhiegeenagikblhnfhaa
URL Oficial https://chromewebstore.google.com/detail/xtranslategpt-translate-a/dnffnnhonjgemhiegeenagikblhnfhaa
Descrição Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 253
Versão Atual 1.6
Última Atualização 2024-02-08
Data de Publicação 2023-08-13
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://www.xtranslate.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.xtranslate.ai/
URL da Página de Ajuda https://aiworksuite.com/contact-us
URL da Página de Política de Privacidade https://aiworksuite.com/general-privacy
Idiomas Suportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XTranslateGPT - Translate All",
    "description": "__MSG_description__",
    "version": "1.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTTlstpV3unpLecfBh02mHXwEkw2PGPZdo3m4rHdgqZCahQM2rSXQworUk9\/pKHBdcgYDCtIiRxr15Ag2xyBvTiPq5K9tyG9jACHNMYH2PKPxIRLdW0WYnu9LdOLVlHcx7lStVi1Kc8xE97SUJHmXUzSOFugbJa2zJbryIKP+PRxPUmN0az1Hk7Br7r4oRMRPMvTmFRAJmBbAeXIyFrVB9jjoJ0xuuTeQT77dTD7fCYnEUQlQUWQpXRCbQfsCK56r9coOMpBdpvqIzVJX6sNMLI4Akzvh1NjX3cs1jGFUtVgDKPhQMhFnKGLoGHE\/UUn1xVCDD7qn4LggsOGcdWXQQIDAQAB",
    "background": {
        "service_worker": "dist\/background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scripts\/content.css"
            ],
            "js": [
                "dist\/content.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Open XTranslateGPT",
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/translatorWithGPT128.png"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/translatorWithGPT16.png",
        "32": "images\/translatorWithGPT32.png",
        "48": "images\/translatorWithGPT48.png",
        "128": "images\/translatorWithGPT128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/translatorWithGPT128.png",
                "scripts\/content.css",
                "utils\/semantic.min.css",
                "utils\/waterlight.css",
                "utils\/amplify_ui.css",
                "utils\/select-arrow.svg",
                "utils\/copy.png",
                "utils\/settings.png",
                "utils\/images\/*",
                "options\/options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}