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

Cos'è Ai Translator for Textbox Powered by ChatGPT?

Ai Translator for Textbox Powered by ChatGPT è un'estensione di Chrome sviluppata da CueApps, e la sua funzione principale è "Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ai Translator for Textbox Powered by ChatGPT

Scarica i file di estensione Ai Translator for Textbox Powered by ChatGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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! 🌍📣                    

Informazioni di Base sull'Estensione

Nome Ai Translator for Textbox Powered by ChatGPT Ai Translator for Textbox Powered by ChatGPT
ID paflanickmdkdkiadbemmeddojjnggpa
URL Ufficiale https://chromewebstore.google.com/detail/ai-translator-for-textbox/paflanickmdkdkiadbemmeddojjnggpa
Descrizione Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances
Dimensione del File 236 KB
Conteggio Installazioni 68
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-08-14
Data di Pubblicazione 2023-05-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore CueApps
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://typeari.com
URL della Pagina di Aiuto https://typeari.com/terms
URL della Pagina della Politica sulla Privacy https://typeari.com/terms
Lingue Supportate 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
        }
    ]
}