I'm looking for some way to create a very simple chrome extension
in Python. I don't want, in fact, do anything inside the browser menu, like context menu for extensions.
For example: extension which inserts a length of word right after this word.
<p>Word</p>
to
<p>Word 4</p>
I've read this topic here but the questions are either old or assuming more complicated extension.
Is there a simple way to create such extension?