Typozer - Automatic typos

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

Co to jest Typozer - Automatic typos?

Typozer - Automatic typos to rozszerzenie Chrome opracowane przez Urban Björkman, a jego główną funkcją jest „Automatically inserts a random typo every now and then. Install this to annoy your friends.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Typozer - Automatic typos

Pobierz pliki rozszerzeń Typozer - Automatic typos w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
Oficjalny URL https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Opis Automatically inserts a random typo every now and then. Install this to annoy your friends.
Rozmiar pliku 38.52 KB
Liczba instalacji 70
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-10-02
Data Publikacji 2014-10-02
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Urban Björkman
Typ Płatności free
Obsługiwane Języki 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"
    }
}