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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension seamlessly makes typos as you type, install it to annoy the hell people."입니다.

확장 프로그램 스크린샷

screenshot

Annoying Typo Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}