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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| 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"
}
} | |