Typozer - Automatic typos

Automatically inserts a random typo every now and then. Install this to annoy your friends.

Typozer - Automatic typos란 무엇입니까?

Typozer - Automatic typos은(는) Urban Björkman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically inserts a random typo every now and then. Install this to annoy your friends."입니다.

확장 프로그램 스크린샷

screenshot

Typozer - Automatic typos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Is your typing just a little bit to perfect or do you just want to drive your friends nuts? 
This app automatically inserts a random charachter typo every now and then as you type text in webpages. 

Project source and documentation
https://github.com/UrbanBjorkman/Typozer                    

확장 프로그램 기본 정보

이름 Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
공식 URL https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
설명 Automatically inserts a random typo every now and then. Install this to annoy your friends.
파일 크기 38.52 KB
설치 횟수 70
현재 버전 1.1
최근 업데이트 2014-10-02
출시 날짜 2014-10-02
평점 4.00/5 총 3 개의 평점
개발자 Urban Björkman
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.1.min.js",
                "typozer.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Automatically inserts a random typo every now and then. Install this to annoy your friends.",
    "manifest_version": 2,
    "name": "Typozer - Automatic typos",
    "short_name": "Typozer",
    "version": "1.1",
    "icons": {
        "128": "logo128.png"
    }
}