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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CueApps และคุณลักษณะหลักของมันคือ "Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ai Translator for Textbox Powered by ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}