Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
What is Typozer - Automatic typos?
Typozer - Automatic typos is a Chrome extension developed by Urban Björkman, and its main feature is "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Extension Screenshots
Download Typozer - Automatic typos Extension CRX File
Download Typozer - Automatic typos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
Official URL | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
Description | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
File Size | 38.52 KB |
Installation Count | 70 |
Current Version | 1.1 |
Last Updated | 2014-10-02 |
Publish Date | 2014-10-02 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Urban Björkman |
Payment Type | free |
Supported Languages | 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" } } |