Fills current input with a random generated text taken from lorem.rocks
# lorem.rocks chrome extension
This extensions allows you to insert dummy text, taken from https://lorem.rocks in the active input. If the active input is an input dom element,
it will insert a `heading`. If the current active input is a textarea or a TinyMCE iframe it will insert a `paragraph`.
This extension is open source, look at the code here: https://github.com/marcoacierno/lorem.rocks-chrome-extension
- How to use
--- Via Browser icon
You can click the browser icon to:
- Insert dummy text in the active input
- Change dictionary used
--- Via shortcut
The extension provides three shortcuts:
- `Ctrl + F` => Fill, it's the same as clicking the browser icon. Inserts a paragraph or heading based on the active dom element type.
- `Ctrl + H` => Always inserts a heading
- `Ctrl + P` => Always inserts a paragraph
Latest reviews
- (2021-10-14) Francesco Petraroli: Dosen't work