Annoying Typo Generator

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

Annoying Typo Generator là gì?

Annoying Typo Generator là một tiện ích mở rộng Chrome được phát triển bởi Trufa, và tính năng chính của nó là "This extension seamlessly makes typos as you type, install it to annoy the hell people.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Annoying Typo Generator

Tải xuống các tệp mở rộng Annoying Typo Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Annoying Typo Generator Annoying Typo Generator
ID mblbeacchfoblmckinmgeedilgncpfok
URL Chính Thức https://chromewebstore.google.com/detail/annoying-typo-generator/mblbeacchfoblmckinmgeedilgncpfok
Mô tả This extension seamlessly makes typos as you type, install it to annoy the hell people.
Kích Thước Tệp 49.51 KB
Số Lần Cài Đặt 604
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-04-01
Ngày Phát Hành 2013-04-01
Đánh Giá 3.83/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Trufa
Loại Thanh Toán free
Trang Web Mở Rộng http://trufa.github.com/annoying-typo-generator/
URL Trang Trợ Giúp https://github.com/trufa/annoying-typo-generator/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}