Typozer - Automatic typos

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

Qu'est-ce que Typozer - Automatic typos ?

Typozer - Automatic typos est une extension Chrome développée par Urban Björkman, et sa fonction principale est "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Typozer - Automatic typos

Téléchargez les fichiers d'extension Typozer - Automatic typos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL Officiel https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Description Automatically inserts a random typo every now and then. Install this to annoy your friends.
Taille du Fichier 38.52 KB
Nombre d'Installations 70
Version Actuelle 1.1
Dernière Mise à Jour 2014-10-02
Date de Publication 2014-10-02
Évaluation 4.00/5 Total 3 Évaluations
Développeur Urban Björkman
Type de Paiement free
Langues Prises en Charge 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"
    }
}