XTranslateGPT - Translate All

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

XTranslateGPT - Translate Allとは何ですか?

XTranslateGPT - Translate Allはhttps://www.xtranslate.aiによって開発されたChromeの拡張機能で、その主な機能は「Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

XTranslateGPT - Translate All拡張機能のCRXファイルをダウンロード

XTranslateGPT - Translate All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 XTranslateGPT - Translate All XTranslateGPT - Translate All
ID dnffnnhonjgemhiegeenagikblhnfhaa
公式URL https://chromewebstore.google.com/detail/xtranslategpt-translate-a/dnffnnhonjgemhiegeenagikblhnfhaa
説明 Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!
ファイルサイズ 1.15 MB
インストール数 253
現在のバージョン 1.6
最終更新日 2024-02-08
公開日 2023-08-13
評価 4.20/5 合計 5 レビュー
開発者 https://www.xtranslate.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.xtranslate.ai/
ヘルプページのURL https://aiworksuite.com/contact-us
プライバシーポリシーページのURL https://aiworksuite.com/general-privacy
対応言語 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": [
                ""
            ]
        }
    ]
}