Typeing Practice Anywhere
Practice Keyboard Typing with any webpages.
Vad är Typeing Practice Anywhere?
Typeing Practice Anywhere är en Chrome-tillägg utvecklad av nw, och dess huvudfunktion är "Practice Keyboard Typing with any webpages.".
Tilläggsskärmbilder
Ladda ner Typeing Practice Anywhere-förlängningens CRX-fil
Ladda ner Typeing Practice Anywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Typeing Practice Anywhere |
ID | ndioekgfjeeapmocoohoboiaeigjeojg |
Officiell webbadress | https://chromewebstore.google.com/detail/typeing-practice-anywhere/ndioekgfjeeapmocoohoboiaeigjeojg |
Beskrivning | Practice Keyboard Typing with any webpages. |
Filstorlek | 151 KB |
Antal Installationer | 271 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2021-09-13 |
Publiceringsdatum | 2021-09-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | nw |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rrr-dw/typing_practice_anywhere |
Stödda Språk | 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": [ " |