Typozer - Automatic typos

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

Cos'è Typozer - Automatic typos?

Typozer - Automatic typos è un'estensione di Chrome sviluppata da Urban Björkman, e la sua funzione principale è "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Typozer - Automatic typos

Scarica i file di estensione Typozer - Automatic typos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL Ufficiale https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Descrizione Automatically inserts a random typo every now and then. Install this to annoy your friends.
Dimensione del File 38.52 KB
Conteggio Installazioni 70
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-02
Data di Pubblicazione 2014-10-02
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Urban Björkman
Tipo di Pagamento free
Lingue Supportate 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"
    }
}