Annoying Typo Generator

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

Τι είναι το Annoying Typo Generator;

Το Annoying Typo Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trufa, και η κύρια λειτουργία του είναι "This extension seamlessly makes typos as you type, install it to annoy the hell people.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Annoying Typo Generator

Λήψη αρχείων επέκτασης Annoying Typo Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
Επίσημο URL https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Περιγραφή This extension seamlessly makes typos as you type, install it to annoy the hell people.
Μέγεθος Αρχείου 49.51 KB
Αριθμός Εγκαταστάσεων 604
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2013-04-01
Ημερομηνία Δημοσίευσης 2013-04-01
Αξιολόγηση 3.83/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Trufa
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://trufa.github.com/annoying-typo-generator/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/trufa/annoying-typo-generator/issues
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}