Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
Hvad er Typozer - Automatic typos?
Typozer - Automatic typos er en Chrome-udvidelse udviklet af Urban Björkman, og dens hovedfunktion er "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Udvidelsesskærmbilleder
Download Typozer - Automatic typos-udvidelses-CRX-fil
Download Typozer - Automatic typos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
Officiel URL | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
Beskrivelse | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
Filstørrelse | 38.52 KB |
Antal Installationer | 70 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-10-02 |
Udgivelsesdato | 2014-10-02 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | Urban Björkman |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |