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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}