Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

Vad är Inglourious Grammer?

Inglourious Grammer är en Chrome-tillägg utvecklad av joncazier, och dess huvudfunktion är "Randomly introduces grammar and spelling errors to a page.".

Tilläggsskärmbilder

screenshot

Ladda ner Inglourious Grammer-förlängningens CRX-fil

Ladda ner Inglourious Grammer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Did your coworker walk away from his desk without locking his computer again? Install this subtle extension that will leave him or her wondering why grammatical errors on the internet have suddenly skyrocketed. This extension will randomly introduce the most annoying grammatical errors into every web page. Give your grammar nazi of a coworker what he deserves!

Now with an options page to fine tune your grammatical madness.                    

Grundläggande Information om Tillägg

Namn Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
Officiell webbadress https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
Beskrivning Randomly introduces grammar and spelling errors to a page.
Filstorlek 46.59 KB
Antal Installationer 2,175
Aktuell Version 1.0.5
Senast Uppdaterad 2017-06-29
Publiceringsdatum 2017-06-29
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare joncazier
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inglourious Grammer",
    "description": "Randomly introduces grammar and spelling errors to a page.",
    "version": "1.0.5",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}