Ai Translator for Textbox Powered by ChatGPT

Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances

什么是Ai Translator for Textbox Powered by ChatGPT?

Ai Translator for Textbox Powered by ChatGPT是由CueApps开发的Chrome扩展程序,该扩展的主要功能是“Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances”。

扩展截图

screenshot
screenshot
screenshot

下载Ai Translator for Textbox Powered by ChatGPT扩展crx文件

下载Ai Translator for Textbox Powered by ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ari™ - Personal AI Translator for Every Online Text Box

Translate 85+ languages in any textbox before emailing or posting, fix grammar and punctuation mistakes, rephrase sentences, express nuances, and find your perfect tone of voice.

Simple type /ari + your message to start using

Introducing TypeAri: Your Ultimate AI Translator for Every Textbox! 🌎🚀

Unlock the power of seamless communication across borders and languages with TypeAri, the revolutionary AI Translator powered by ChatGPT. Say goodbye to language barriers and hello to global connectivity like never before!

🌐 Translate 85+ Languages: TypeAri effortlessly translates your content into over 85 languages, breaking down barriers and opening doors to new opportunities around the world. Whether it's an email, a social media post, or a document, TypeAri has you covered.

✍️ Grammar & Punctuation Perfection: Bid farewell to embarrassing typos and awkward sentences. TypeAri's intelligent algorithms meticulously correct grammar and punctuation errors, ensuring your message is clear, professional, and polished.

🔄 Rephrase with Precision: Need to reword your text? TypeAri suggests elegant rephrasings, ensuring your message retains its essence while sounding just right. Make sure your tone resonates perfectly with your audience, every single time.

🎭 Capture Nuances and Context: Communication isn't just about words; it's about conveying the right emotions and intentions. TypeAri preserves the subtle nuances of your original text, ensuring that your translated message carries the same emotional impact.

🎯 Find Your Voice: Crafting the perfect tone for your communication has never been easier. TypeAri adapts its translations to match your preferred writing style, making sure your personality shines through in every language.

💼 Boost Efficiency: Save time and effort by seamlessly translating content directly within textboxes. Whether you're composing emails, updating your blog, or engaging on social media, TypeAri streamlines your workflow, so you can focus on what truly matters.

🌈 Diverse Applications: From business communications to personal interactions, TypeAri is your go-to language companion. Connect with international clients, collaborate with global partners, and share your thoughts with the world effortlessly.

🔒 Privacy & Security: Rest easy knowing that your sensitive information remains confidential. TypeAri prioritizes your privacy, ensuring that your texts are not stored or accessed beyond the translation process.

TypeAri is more than just a translator; it's a bridge that connects cultures, ideas, and people. Break free from linguistic boundaries and embrace a world of possibilities with TypeAri's Ai Translator from any Textbox Powered by ChatGPT. Try it today and witness the future of global communication unfold before your eyes! 🌍📣                    

扩展基本信息

名称 Ai Translator for Textbox Powered by ChatGPT Ai Translator for Textbox Powered by ChatGPT
ID paflanickmdkdkiadbemmeddojjnggpa
官方URL https://chromewebstore.google.com/detail/ai-translator-for-textbox/paflanickmdkdkiadbemmeddojjnggpa
简介 Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances
文件大小 236 KB
安装次数 68
当前版本 2.0.0
更新时间 2023-08-14
上架时间 2023-05-22
评分 5.00/5 共2次评分
开发者 CueApps
电子邮箱 [email protected]
付费类型 free
扩展官网 https://typeari.com
帮助页面URL https://typeari.com/terms
隐私政策页面URL https://typeari.com/terms
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ai Translator for Textbox Powered by ChatGPT",
    "description": "Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances",
    "author": "aritype.com",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/ari128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/teams.microsoft.com\/*",
                "*:\/\/leetcode.com\/*",
                "*:\/\/mail.google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.instagram.com\/p\/*",
                "*:\/\/*.bard.google.com\/*",
                "*:\/\/*.chat.openai.com\/*"
            ],
            "runAt": "document_end",
            "js": [
                "content.js",
                "popup.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/leetcode.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/teams.microsoft.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/ari_loading.gif",
                "icons\/icon.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ]
}