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文件

下載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
官方網址 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"
            ]
        }
    ]
}