Becorrect – English Grammar & Spell Checker

Becorrect extension automatically checks and corrects your English on the websites you visit.

Becorrect – English Grammar & Spell Checker क्या है?

Becorrect – English Grammar & Spell Checker https://becorrect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Becorrect extension automatically checks and corrects your English on the websites you visit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Becorrect – English Grammar & Spell Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simply start writing and if there's something wrong, Becorrect will let you know.

Make sure that you don't make mistakes when writing:
● e-mails,
● messages and updates on social media,
● posts on messaging boards,
● and basically nearly anything in Chrome.

✓ Always at your side
Becorrect for Chrome works on most websites you use daily: Gmail, Facebook, Linkedin, Reddit, and countless more. You will get writing suggestions wherever you write.

✓ All types of mistakes
Becorrect is a grammar and spell checker that uses machine learning, Deep Learning, and other computer wizardry to help you write in English flawlessly. With the help of your personal writing assistant, you will avoid grammar, punctuation, stylistic and spelling mistakes.

✓ Privacy
We believe that you should be able to trust your writing guide. Becorrect does not track your activity on websites you visit, and it uses the least amount of data possible to check your writing. You can turn Becorrect on or off depending on whether you want it to check your writing on a given website.                    

एक्सटेंशन की मूल जानकारी

नाम Becorrect – English Grammar & Spell Checker Becorrect – English Grammar & Spell Checker
ID oidhbpddkfhmipanjccneeifmmiabjng
आधिकारिक URL https://chromewebstore.google.com/detail/becorrect-%E2%80%93-english-gramm/oidhbpddkfhmipanjccneeifmmiabjng
विवरण Becorrect extension automatically checks and corrects your English on the websites you visit.
फ़ाइल का आकार 136 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.9.13
अंतिम अपडेट 2023-03-03
प्रकाशन तिथि 2021-07-01
रेटिंग 4.28/5 कुल 18 रेटिंग्स
डेवलपर https://becorrect.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://becorrect.com
सहायता पृष्ठ URL https://becorrect.com/faq
गोपनीयता नीति पृष्ठ URL https://becorrect.com/privacy-policy
समर्थित भाषाएँ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "0.9.13",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "html\/options.html",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "*:\/\/becorrect.com\/*",
                "*:\/\/*.becorrect.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_extension_name__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icons\/becorrect_grayscale16.png",
            "32": "images\/icons\/becorrect_grayscale32.png",
            "48": "images\/icons\/becorrect_grayscale48.png",
            "128": "images\/icons\/becorrect_grayscale128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/becorrect.com\/*",
            "*:\/\/*.becorrect.com\/*",
            "*:\/\/langmedia.pl\/*",
            "*:\/\/*.langmedia.pl\/*"
        ]
    },
    "icons": {
        "16": "images\/icons\/becorrect16.png",
        "32": "images\/icons\/becorrect32.png",
        "48": "images\/icons\/becorrect48.png",
        "128": "images\/icons\/becorrect128.png"
    },
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp0lC\/nUqAL8RkCmAyv\/0uukOH6U10WdS2CxbAHx9F2CkYzd48RosTcUE6OUD07QuZ8qpfKz7pi96DayVACEC67L2tgVWwdkXkGhZK4Ltu4uILKCNe5k9zixdMNxDR8U8umUQylTht5V1mBpBzeEcJRgOAx00\/X48+J90wikUA\/BBj3YdgBV50av7IYq+LPH5tdx6efcSljBWGGyqeGpv861gCtz\/9+P6Nj7V0HC4x1Ui9xkNvpkp+QgtaREYQm1EbxSw8CoWZ3zceRLUHNkJ58w4sFrd2ZakSxwB1s3936tI27dbdKN1lymRmioujfqHU2dz8S8sSwcjfUPn2mo5QwIDAQAB"
}