Grammer Ungooder

Fix all that pesky 'correct' grammer

Qu'est-ce que Grammer Ungooder ?

Grammer Ungooder est une extension Chrome développée par ianfox, et sa fonction principale est "Fix all that pesky 'correct' grammer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grammer Ungooder

Téléchargez les fichiers d'extension Grammer Ungooder 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

                        Do you ever think the internet can't possibly be any stupider?

Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!                    

Informations de Base sur l'Extension

Nom Grammer Ungooder Grammer Ungooder
ID dnefmfcaboiimmkibdjbnciggbfpeeco
URL Officiel https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco
Description Fix all that pesky 'correct' grammer
Taille du Fichier 48.14 KB
Nombre d'Installations 9,127
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-29
Date de Publication 2016-03-28
Évaluation 3.76/5 Total 29 Évaluations
Développeur ianfox
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammer Ungooder",
    "version": "1.2",
    "description": "Fix all that pesky 'correct' grammer",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}