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

下载Typozer - Automatic typos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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