Skip to content

matthiez/chrome-surround-with-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This simple Chrome extension makes it possible to surround selected text with HTML-Tags.

How to load the extension into Chrome

1. Go to "chrome://extensions/".
2. Make sure that "Developer mode" is checked.
3. Click on "Load unpacked extension".
4. Select the "build" folder.

Usage

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.

Currently supported tags

  • <strong>
  • <sup>

ToDo

  • Add user defined tags.
  • Add option to automatically paste the clipboard contents.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published