Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
Was ist Typozer - Automatic typos?
Typozer - Automatic typos ist eine Chrome-Erweiterung, die von Urban Björkman entwickelt wurde, und ihr Hauptmerkmal ist "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
Erweiterungsscreenshots
Typozer - Automatic typos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Typozer - Automatic typos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | joloamfmnjhglbhphhnljckoddkecfjf |
| Offizielle URL | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
| Beschreibung | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
| Dateigröße | 38.52 KB |
| Installationsanzahl | 70 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-10-02 |
| Veröffentlichungsdatum | 2014-10-02 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Urban Björkman |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |