Typozer - Automatic typos

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

Apa itu Typozer - Automatic typos?

Typozer - Automatic typos adalah ekstensi Chrome yang dikembangkan oleh Urban Björkman, dan fitur utamanya adalah "Automatically inserts a random typo every now and then. Install this to annoy your friends.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Typozer - Automatic typos

Unduh file ekstensi Typozer - Automatic typos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Typozer - Automatic typos Typozer - Automatic typos
ID joloamfmnjhglbhphhnljckoddkecfjf
URL Resmi https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf
Deskripsi Automatically inserts a random typo every now and then. Install this to annoy your friends.
Ukuran File 38.52 KB
Jumlah Instalasi 70
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-10-02
Tanggal Publikasi 2014-10-02
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Urban Björkman
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}