Typozer - Automatic typos

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

O que é Typozer - Automatic typos?

Typozer - Automatic typos é uma extensão do Chrome desenvolvida por Urban Björkman, e sua principal característica é "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Typozer - Automatic typos

Baixe arquivos de extensão Typozer - Automatic typos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL Oficial https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Descrição Automatically inserts a random typo every now and then. Install this to annoy your friends.
Tamanho do Arquivo 38.52 KB
Contagem de Instalações 70
Versão Atual 1.1
Última Atualização 2014-10-02
Data de Publicação 2014-10-02
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Urban Björkman
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}