This simple Chrome extension makes it possible to surround selected text with HTML-Tags.
1. Go to "chrome://extensions/".
2. Make sure that "Developer mode" is checked.
3. Click on "Load unpacked extension".
4. Select the "build" folder.
Select whatever text and right-click.
Hover over "Surround with" and the available HTML tags show up.
Click on the desired HTML tag and a notification will show on on success.
The text is now surrounded by the HTML tag and copied into clipboard.
<strong>
<sup>
- Add user defined tags.
- Add option to automatically paste the clipboard contents.