Prizetyper
Practice typing famous quotes or compete against other users in a race through space to increase your typing speed
Что такое Prizetyper?
Prizetyper - это расширение Chrome, разработанное http://prizetyper.com, и его основная функция - "Practice typing famous quotes or compete against other users in a race through space to increase your typing speed".
Снимки экрана расширения
Скачать файл CRX расширения Prizetyper
Скачайте файлы расширений Prizetyper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Try our free typing tests and typing games. They're addicting. We make learning and improving your skills fun through typing informative, interesting and relevant quotes. If it takes 10,000 hours to master a skill - there's no better place to do it than Prizetyper! You can practice by yourself, compete against other users or friends in a race through space and enter to win prizes.
Основная информация о расширении
Название | |
ID | eapfjlnglelpjinebkehikoheflhkpbk |
Официальный URL | https://chrome.google.com/webstore/detail/prizetyper/eapfjlnglelpjinebkehikoheflhkpbk |
Описание | Practice typing famous quotes or compete against other users in a race through space to increase your typing speed |
Размер файла | 52.63 KB |
Количество установок | 214 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-28 |
Дата публикации | 2016-11-28 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | http://prizetyper.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://prizetyper.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prizetyper", "description": "Practice typing famous quotes or compete against other users in a race through space to increase your typing speed", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "16.png" }, "icons": { "128": "128.png" } } |