Typozer - Automatic typos
Automatically inserts a random typo every now and then. Install this to annoy your friends.
ما هو Typozer - Automatic typos؟
Typozer - Automatic typos هو إضافة Chrome تم تطويرها بواسطة Urban Björkman، والميزة الرئيسية لها هي "Automatically inserts a random typo every now and then. Install this to annoy your friends.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Typozer - Automatic typos
قم بتنزيل ملفات الامتداد Typozer - Automatic typos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Typozer - Automatic typos |
ID | joloamfmnjhglbhphhnljckoddkecfjf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/typozer-automatic-typos/joloamfmnjhglbhphhnljckoddkecfjf |
الوصف | Automatically inserts a random typo every now and then. Install this to annoy your friends. |
حجم الملف | 38.52 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-10-02 |
تاريخ النشر | 2014-10-02 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | Urban Björkman |
نوع الدفع | free |
اللغات المدعومة | 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" } } |