Typozer - Automatic typos

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

Τι είναι το Typozer - Automatic typos;

Το Typozer - Automatic typos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Urban Björkman, και η κύρια λειτουργία του είναι "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Typozer - Automatic typos

Λήψη αρχείων επέκτασης 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"
    }
}