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