Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Qu'est-ce que Inglourious Grammer ?

Inglourious Grammer est une extension Chrome développée par joncazier, et sa fonction principale est "Randomly introduces grammar and spelling errors to a page.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Did your coworker walk away from his desk without locking his computer again? Install this subtle extension that will leave him or her wondering why grammatical errors on the internet have suddenly skyrocketed. This extension will randomly introduce the most annoying grammatical errors into every web page. Give your grammar nazi of a coworker what he deserves!

Now with an options page to fine tune your grammatical madness.                    

Informations de Base sur l'Extension

Nom Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
URL Officiel https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Description Randomly introduces grammar and spelling errors to a page.
Taille du Fichier 46.59 KB
Nombre d'Installations 2,175
Version Actuelle 1.0.5
Dernière Mise à Jour 2017-06-29
Date de Publication 2017-06-29
Évaluation 3.50/5 Total 8 Évaluations
Développeur joncazier
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inglourious Grammer",
    "description": "Randomly introduces grammar and spelling errors to a page.",
    "version": "1.0.5",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}