Incorrekt Grammer

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

Co to jest Incorrekt Grammer?

Incorrekt Grammer to rozszerzenie Chrome opracowane przez Kyle Apfel, a jego główną funkcją jest „Have a friend that is really passionate about the English language? Then don't install this extension on their machine.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Incorrekt Grammer

Pobierz pliki rozszerzeń Incorrekt Grammer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
Oficjalny URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Opis Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
Rozmiar pliku 28.93 KB
Liczba instalacji 162
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-09-06
Data Publikacji 2015-09-06
Deweloper Kyle Apfel
Typ Płatności free
Obsługiwane Języki 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"
    }
}