grammarlert

You found a typo, why not flag it to be fixed?

Was ist grammarlert?

grammarlert ist eine Chrome-Erweiterung, die von Nacnud Inc. entwickelt wurde, und ihr Hauptmerkmal ist "You found a typo, why not flag it to be fixed?".

Erweiterungsscreenshots

screenshot

grammarlert-Erweiterungs-CRX-Datei herunterladen

Laden Sie grammarlert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You like grammar and appreciate good spelling skills.  We get it.  You visit a website and get hung up on the lousy spelling or grammar that you see and you want to fix it, but you can't.  

Sure, you could leave a comment or try to email the site owner to get it fixed, and you would if you thought it would help, but it doesn't.  The people that read the comments aren't the ones that can fix it and site owners don't typically give out a useful email.  So, you're stuck.  We get it.  We're the same way.

It's ok that you can't fix it, but you can still satisfy your need to point out glaring errors.

Using grammarlert, just highlight the text you think should be fixed, click on the grammarlert icon at the top of your browser and then type in the suggestion.  That suggestion will now be saved forever and anytime the site owner wants to check to see if anyone has found typos on their site, they can just visit grammarlert.com and type in their domain.                    

Grundlegende Informationen zur Erweiterung

Name grammarlert grammarlert
ID hdpmankgkmdchccoimhhbookmkhbdmnm
Offizielle URL https://chromewebstore.google.com/detail/grammarlert/hdpmankgkmdchccoimhhbookmkhbdmnm
Beschreibung You found a typo, why not flag it to be fixed?
Dateigröße 28.16 KB
Installationsanzahl 22
Aktuelle Version 0.0.4
Letztes Update 2023-07-28
Veröffentlichungsdatum 2014-09-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Nacnud Inc.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "grammarlert",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "You found a typo, why not flag it to be fixed?",
    "homepage_url": "https:\/\/grammarlert.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "grammarlert",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ]
}