Bad Grammer

For the discerning grammarian.

Apa itu Bad Grammer?

Bad Grammer adalah ekstensi Chrome yang dikembangkan oleh vellosset, dan fitur utamanya adalah "For the discerning grammarian.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bad Grammer

Unduh file ekstensi Bad Grammer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
URL Resmi https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
Deskripsi For the discerning grammarian.
Ukuran File 5.77 KB
Jumlah Instalasi 1,233
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-10-19
Tanggal Publikasi 2016-10-19
Penilaian 4.00/5 Total 10 Penilaian
Pengembang vellosset
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}