Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Cos'è Inglourious Grammer?

Inglourious Grammer è un'estensione di Chrome sviluppata da joncazier, e la sua funzione principale è "Randomly introduces grammar and spelling errors to a page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inglourious Grammer

Scarica i file di estensione Inglourious Grammer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
URL Ufficiale https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Descrizione Randomly introduces grammar and spelling errors to a page.
Dimensione del File 46.59 KB
Conteggio Installazioni 2,175
Versione Corrente 1.0.5
Ultimo Aggiornamento 2017-06-29
Data di Pubblicazione 2017-06-29
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore joncazier
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}