GrammaticGenius™

Your English Co-Pilot, Right in Your Browser

What is GrammaticGenius™?

GrammaticGenius™ is a Chrome extension developed by harrythentrepreneur, and its main feature is "Your English Co-Pilot, Right in Your Browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GrammaticGenius™ Extension CRX File

Download GrammaticGenius™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GrammaticGenius™ - Perfecting Language Without Losing You

[Discover Unparalleled Writing Ease]
Enter the realm of GrammaticGenius™ —a trailblazing Chrome extension that integrates directly within any {text-input} field. With a simple 'ctrl + y' keyboard shortcut, elevate your text from good to outstanding. This isn't just about error correction; it's about amplifying your voice, ensuring every word resonates with authenticity.

Features:

[Sound Like a Native]
Never lose potential jobs or clients due to subpar English or grammatical missteps. With GrammaticGenius™ at your side, you'll communicate with the finesse of a native English speaker, boosting your credibility and opening doors to numerous opportunities.

[Bypass ChatGPT Copy-Pasting]
Move past the tedious task of copy-pasting from ChatGPT. With our dedicated button within reach in every text field, excellence in writing is just a click or shortcut away.

[Tailored Formality Levels:]
Dial in the desired level of formality. Choose a higher value (up to 10) for supreme GrammaticGenius™ accuracy and formality, or opt for a lower number to let your inherent style shine while refining minor imperfections.

[Preserving Your Authentic Voice]
Empowered by the cutting-edge GPT API, GrammaticGenius™ fine-tunes without suppressing. We prioritize your individuality, ensuring every piece resonates with your distinct voice.

[User-Centric Interface]
Customize your writing journey by enabling or disabling the extension on specific platforms like Upwork. Primarily designed for English, our tool is a beacon for writers worldwide.

[Embark on Your GrammaticGenius™ Adventure]

Cherished by a broad spectrum of freelancers and professionals, GrammaticGenius™ isn’t merely a tool—it’s the evolution of your writing experience.

Your words are a testament to your potential. Ensure they radiate with the brilliance they deserve. Transition into a world where linguistic challenges become gateways to boundless opportunities.

Unlock literary brilliance at zero cost (it's free!) - dive into the world of flawless writing for free (you heard that right!). *NOTE: This is a limited time lifetime free access beta test offer.                    

Extension Basic Information

Name GrammaticGenius™ GrammaticGenius™
ID bdmiecmfhhmbmakpafaicedhfdlaeedl
Official URL https://chromewebstore.google.com/detail/grammaticgenius/bdmiecmfhhmbmakpafaicedhfdlaeedl
Description Your English Co-Pilot, Right in Your Browser
File Size 377 KB
Installation Count 70
Current Version 1.0.2
Last Updated 2023-09-27
Publish Date 2023-09-13
Developer harrythentrepreneur
Email [email protected]
Payment Type free
Extension Website https://grammaticgenius.com/
Privacy Policy Page URL https://grammaticgenius.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GrammaticGenius\u2122",
    "description": "Your English Co-Pilot, Right in Your Browser",
    "version": "1.0.2",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/build.module.css",
                "fonts\/CircularStd-Book.otf",
                "fonts\/CircularStd-Medium.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}