Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
¿Qué es Typozer - Automatic typos?
Typozer - Automatic typos es una extensión de Chrome desarrollada por Urban Björkman, y su función principal es "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Typozer - Automatic typos
Descarga archivos de extensión Typozer - Automatic typos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
URL Oficial | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
Descripción | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
Tamaño del Archivo | 38.52 KB |
Cantidad de Instalaciones | 70 |
Versión Actual | 1.1 |
Última Actualización | 2014-10-02 |
Fecha de Publicación | 2014-10-02 |
Calificación | 4.00/5 Total de 3 Calificaciones |
Desarrollador | Urban Björkman |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |