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

Qu'est-ce que Ai Translator for Textbox Powered by ChatGPT ?

Ai Translator for Textbox Powered by ChatGPT est une extension Chrome développée par CueApps, et sa fonction principale est "Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ai Translator for Textbox Powered by ChatGPT

Téléchargez les fichiers d'extension Ai Translator for Textbox Powered by ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ai Translator for Textbox Powered by ChatGPT Ai Translator for Textbox Powered by ChatGPT
ID paflanickmdkdkiadbemmeddojjnggpa
URL Officiel https://chromewebstore.google.com/detail/ai-translator-for-textbox/paflanickmdkdkiadbemmeddojjnggpa
Description Translate 85+ languages in any textbox before a post or email, fix grammar & punctuation, rephrase sentences, express nuances
Taille du Fichier 236 KB
Nombre d'Installations 68
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-08-14
Date de Publication 2023-05-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur CueApps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://typeari.com
URL de la Page d'Aide https://typeari.com/terms
URL de la Page de Politique de Confidentialité https://typeari.com/terms
Langues Prises en Charge 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
        }
    ]
}