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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}