Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
Wat is Typozer - Automatic typos?
Typozer - Automatic typos is een Chrome-extensie ontwikkeld door Urban Björkman, en de belangrijkste functie is "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Extensie Screenshots
Download het CRX-bestand van de extensie Typozer - Automatic typos
Download Typozer - Automatic typos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
Officiële URL | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
Beschrijving | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
Bestandsgrootte | 38.52 KB |
Aantal Installaties | 70 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-10-02 |
Publicatiedatum | 2014-10-02 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Urban Björkman |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |