https://github.com/gaborvecsei/accent-this-chrome-extension
https://github.com/gaborvecsei/accent-this-chrome-extension
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaborvecsei/accent-this-chrome-extension
- Owner: gaborvecsei
- Created: 2022-06-07T13:39:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T14:40:14.000Z (about 4 years ago)
- Last Synced: 2024-12-29T17:17:11.503Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accent this! (chrome extension)
Small utility Chrome Extension with which you can easily write accent characters.
Works with `textarea`s, `input` fields and `div`s (with `textContent`).
> ```
> Ga'bor vagyok e's u~dvo~zlo~k mindenkit!
> ```
>
> 👇
>
> ```
> Gábor vagyok és üdvözlök mindenkit!
> ```
## How to use it
- (Install it in chrome and pin it for quick access)
- Write some text with the mapping in mind
- (While area is in focus) Press the extension button and see the magic 🧙 ðŸ¤
## Mapping guide
| **From** | **To** |
|----------|--------|
| a' | á |
| e' | é |
| i' | Ã |
| o' | ó |
| o~ | ö |
| o" | Å‘ |
| u' | ú |
| u~ | ü |
| u" | ű |
*(same goes for the uppercase letters)*