Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

Apa itu Incorrekt Grammer?

Incorrekt Grammer adalah ekstensi Chrome yang dikembangkan oleh Kyle Apfel, dan fitur utamanya adalah "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Incorrekt Grammer

Unduh file ekstensi Incorrekt 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

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

Informasi Dasar Ekstensi

Nama Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
URL Resmi https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Deskripsi Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Ukuran File 28.93 KB
Jumlah Instalasi 162
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-09-06
Tanggal Publikasi 2015-09-06
Pengembang Kyle Apfel
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}