Typeing Practice Anywhere
Practice Keyboard Typing with any webpages.
Что такое Typeing Practice Anywhere?
Typeing Practice Anywhere - это расширение Chrome, разработанное nw, и его основная функция - "Practice Keyboard Typing with any webpages.".
Снимки экрана расширения
Скачать файл CRX расширения Typeing Practice Anywhere
Скачайте файлы расширений Typeing Practice Anywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Typing Practice Anywhere is a chrome extension that motivates you to practice keyboard typing. What It Does: * Motivates typing practice with your favorite text to type. * Shows typing practice overlay inside any webpages. * Analyzes your typing performance. Use Cases: * Checking how fast you can type with the web content you interested in * memorizing terminology / spelling / lyrics / phrases * Learning foreign languages by typing foreign web contents More detailed explanation with gif images is available in the following github page: https://github.com/rrr-dw/typing_practice_anywhere
Основная информация о расширении
Название | Typeing Practice Anywhere |
ID | ndioekgfjeeapmocoohoboiaeigjeojg |
Официальный URL | https://chromewebstore.google.com/detail/typeing-practice-anywhere/ndioekgfjeeapmocoohoboiaeigjeojg |
Описание | Practice Keyboard Typing with any webpages. |
Размер файла | 151 KB |
Количество установок | 271 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2021-09-13 |
Дата публикации | 2021-09-09 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | nw |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/rrr-dw/typing_practice_anywhere |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Typeing Practice Anywhere", "version": "0.1.1", "description": "Practice Keyboard Typing with any webpages.", "background": { "service_worker": "background.js" }, "action": { "default_title": "Typing Practice Anywhere", "default_icon": { "128": "icon\/ty+128.png", "48": "icon\/ty+48.png", "16": "icon\/ty+16.png" } }, "icons": { "128": "icon\/ty+128.png", "48": "icon\/ty+48.png", "16": "icon\/ty+16.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ " |