Bad Grammer

For the discerning grammarian.

Co to jest Bad Grammer?

Bad Grammer to rozszerzenie Chrome opracowane przez vellosset, a jego główną funkcją jest „For the discerning grammarian.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bad Grammer

Pobierz pliki rozszerzeń Bad 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bad Grammer Bad Grammer
ID pbmcfhlhkcilffifjkgegfjiegmmjgpo
Oficjalny URL https://chromewebstore.google.com/detail/bad-grammer/pbmcfhlhkcilffifjkgegfjiegmmjgpo
Opis For the discerning grammarian.
Rozmiar pliku 5.77 KB
Liczba instalacji 1,233
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-10-19
Data Publikacji 2016-10-19
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper vellosset
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": "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"
        }
    ]
}