Bad Grammer

For the discerning grammarian.

Cos'è Bad Grammer?

Bad Grammer è un'estensione di Chrome sviluppata da vellosset, e la sua funzione principale è "For the discerning grammarian.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bad Grammer

Scarica i file di estensione Bad 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

                        Does it drive you crazy when someone writes "their" instead of "they're"? Do you go insane when you see "whose" instead of "who's"?  

Look no farther. This ones for you.                    

Informazioni di Base sull'Estensione

Nome Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
URL Ufficiale https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
Descrizione For the discerning grammarian.
Dimensione del File 5.77 KB
Conteggio Installazioni 1,233
Versione Corrente 1.2
Ultimo Aggiornamento 2016-10-19
Data di Pubblicazione 2016-10-19
Valutazione 4.00/5 Totale 10 Valutazioni
Sviluppatore vellosset
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammer",
    "description": "For the discerning grammarian.",
    "version": "1.2",
    "short_name": "Bad Grammer",
    "author": "vellosset",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}