Annoying Typo Generator

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

Annoying Typo Generator क्या है?

Annoying Typo Generator Trufa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension seamlessly makes typos as you type, install it to annoy the hell people."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Annoying Typo Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}