Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
Vad är Typozer - Automatic typos?
Typozer - Automatic typos är en Chrome-tillägg utvecklad av Urban Björkman, och dess huvudfunktion är "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Tilläggsskärmbilder
Ladda ner Typozer - Automatic typos-förlängningens CRX-fil
Ladda ner Typozer - Automatic typos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
Officiell webbadress | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
Beskrivning | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
Filstorlek | 38.52 KB |
Antal Installationer | 70 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-10-02 |
Publiceringsdatum | 2014-10-02 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | Urban Björkman |
Betalningssätt | free |
Stödda Språk | 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" } } |