Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonhaert committed Jan 3, 2024
0 parents commit c609eaf
Show file tree
Hide file tree
Showing 11 changed files with 2,805,291 additions and 0 deletions.
Binary file added icon/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions manifest.json
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"
}
}
17 changes: 17 additions & 0 deletions readme.md
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.
Loading

0 comments on commit c609eaf

Please sign in to comment.