Typeright: Grammar & Spelling Checker

Check your texts for grammar, spelling, or punctuation mistakes. Polish up your writing with style and synonym suggestions!

Τι είναι το Typeright: Grammar & Spelling Checker;

Το Typeright: Grammar & Spelling Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://typeright.com, και η κύρια λειτουργία του είναι "Check your texts for grammar, spelling, or punctuation mistakes. Polish up your writing with style and synonym suggestions!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Typeright: Grammar & Spelling Checker

Λήψη αρχείων επέκτασης Typeright: Grammar & Spelling Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Supercharge your writing skills with Typeright, the all-new AI-Powered Writing Assistant. Through our state-of-the-art grammar, spelling, and punctuation check, you can now say “goodbye” to the days of fighting off those pesky little anxiety attacks every-time you press “Enter!”

Choose between the Typeright Chrome Extension or the dedicated iOS and Android Apps to instantly write mistake-free, everywhere. Whether you want to impress your colleagues with your professional writing skills, or create a captivating post for your blog: we’ve got you covered!

✍️  SMART GRAMMAR & SPELL-CHECK
Intelligent grammar, spelling, and punctuation for mistake-free texts.

✍️  CLEAR AND EFFECTIVE COMMUNICATION
There, Their or They’re? Avoid possible confusions beforehand.

✍️  MULTI-LANGUAGE SUPPORT
Check your grammar, spelling, and punctuation in multiple languages! Typeright fully supports English, Spanish, and German!

✍️ TRANSLATION
Your best effort towards writing like a native. Translate any word to English, Spanish, and German with our new built-in translation feature.

✍️  SYNONYMS & STYLE SUGGESTIONS
Find the perfect words to express yourself and impress others.

✍️  MISTAKE-FREE TYPING ANYWHERE
Email, Social Media, WordPress, Reddit, etc.

Learn more about Typeright at
https://typeright.com/

ℹ️  SUPPORT
Visit https://www.itranslate.com/support/ or contact us at [email protected]

Follow us on Twitter: https://twitter.com/iTranslateApp
Like & share on Facebook: https://www.facebook.com/itranslate

Install the Typeright Chrome extension and instantly polish up your grammar, spelling, and punctuation. Take your communication skills to a whole new level, and develop the confidence your writing deserves!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Typeright: Grammar & Spelling Checker Typeright: Grammar & Spelling Checker
ID dmngfggkdcjejjgbfemebfomkphgcena
Επίσημο URL https://chromewebstore.google.com/detail/typeright-grammar-spellin/dmngfggkdcjejjgbfemebfomkphgcena
Περιγραφή Check your texts for grammar, spelling, or punctuation mistakes. Polish up your writing with style and synonym suggestions!
Μέγεθος Αρχείου 1.99 MB
Αριθμός Εγκαταστάσεων 10,259
Τρέχουσα Έκδοση 2.6
Τελευταία Ενημέρωση 2022-08-05
Ημερομηνία Δημοσίευσης 2020-12-18
Αξιολόγηση 2.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://typeright.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://typeright.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.itranslate.com/
URL της Σελίδας Πολιτικής Απορρήτου https://itranslate.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.6",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/typeright.com",
    "web_accessible_resources": [
        "src\/images\/*",
        "src\/dist\/*",
        "src\/fonts\/*",
        "src\/popup\/*"
    ],
    "icons": {
        "16": "icons\/typeright_extension_icon_16x16.png",
        "32": "icons\/typeright_extension_icon_32x32.png",
        "48": "icons\/typeright_extension_icon_48x28.png",
        "128": "icons\/typeright_extension_icon_128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/dist\/backgroundScript.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "Alt+Shift+G"
            }
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "cookies",
        "https:\/\/typeright.com\/*",
        "https:\/\/accounts.typeright.com\/*"
    ],
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/translate.google.com\/*",
                "https:\/\/www.w3schools.com\/*",
                "https:\/\/jsfiddle.net\/*",
                "http:\/\/jsfiddle.net\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/typeright.com\/*",
                "https:\/\/typeright-website-staging.web.app\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "src\/dist\/lottie.min.js",
                "src\/dist\/browser-polyfill.js",
                "src\/dist\/webcomponents-bundle.js",
                "src\/dist\/contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/typeright_extension_icon_128x128.png",
        "default_popup": "src\/popup\/index.html",
        "default_title": "Typeright"
    }
}