Annoying Typo Generator

This extension seamlessly makes typos as you type, install it to annoy the hell people.

Co je Annoying Typo Generator?

Annoying Typo Generator je rozšíření Chrome vyvinuté Trufa, a jeho hlavní funkcí je „This extension seamlessly makes typos as you type, install it to annoy the hell people.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Annoying Typo Generator

Stáhněte si soubory rozšíření Annoying Typo Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        An extension that interacts with the text areas and inputs of any page you go to.

As you type it will seamlessly produce typos.

The kind of errors it will randomly produce are:

 - Change one character to a character close in the keyboard.
 - Ignore the space keypress.
 - Duplicate a key stroke.
 - Ignore a keystroke.

It will basically annoy the hell out of anyone that has this installed.

Note: it will not interact with the inputs with the type parameter set to password, this is to allow any unknowing user to login anywhere.                    

Základní Informace o Rozšíření

Název Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
Oficiální URL https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Popis This extension seamlessly makes typos as you type, install it to annoy the hell people.
Velikost souboru 49.51 KB
Počet instalací 604
Aktuální Verze 1.1
Poslední Aktualizace 2013-04-01
Datum Vydání 2013-04-01
Hodnocení 3.83/5 Celkem 18 Hodnocení
Vývojář Trufa
Typ Platby free
Webové stránky Rozšíření http://trufa.github.com/annoying-typo-generator/
URL Stránky Nápovědy https://github.com/trufa/annoying-typo-generator/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Typo Generator",
    "description": "This extension seamlessly makes typos as you type, install it to annoy the hell people.",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ]
        }
    ]
}