-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c609eaf
Showing
11 changed files
with
2,805,291 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "Practice Typing", | ||
"description": "Practice typing with a new keyboard layout!", | ||
"version": "1.0", | ||
"icons": { | ||
"16": "icon/16.png", | ||
"32": "icon/32.png", | ||
"48": "icon/48.png", | ||
"128": "icon/128.png" | ||
}, | ||
"web_accessible_resources": [ | ||
{ | ||
"resources": [ | ||
"/resources/*" | ||
], | ||
"matches": [ | ||
"<all_urls>" | ||
] | ||
} | ||
], | ||
"action": { | ||
"default_popup": "src/popup.html", | ||
"default_icon": "icon/16.png" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Practice Typing | ||
|
||
## This is a web extension for learning typing in new languages/keyboards. | ||
|
||
### Languages Supported: | ||
- Arabic | ||
- Russian | ||
|
||
### Installation: | ||
- Clone this repository or Download and extract the Zip file. | ||
- Open the Extensions Manager in your browser | ||
- Enable developer mode | ||
- Load Unpacked and select the folder "..\practice-typing\" | ||
- Pin the extension for ease of use! | ||
|
||
### Usage | ||
When opened, you will see a word to type and an input box to type in. Make sure to change your keyboard layout, then go ahead and start practicing! Once you have typed the word, Spacebar/Enter/Return to check and load the next word! You can also change the language that is tested in the dropdown below and will see you speed (in seconds per key) for the last word you completed. |
Oops, something went wrong.