WordPress has an excellent feature, where pasting a URL onto selected text will automatically transform that text into a link.
Now you can do it everywhere!
Chrome Web Store | Direct download of crx file
[email protected]:pento/linkify.git
# If you don't have webpack installed:
npm install -g webpack
To install dependencies:
cd linkify
npm install
Then to start a developing session (with watch), run:
npm start
To start a unit testing session (with watch):
npm test
To build production code + crx (requires mykey.pem
):
npm run build