Skip to content
/ linkify Public

Chrome and Firefox extension for automatically turning pasted URLs into links

License

Notifications You must be signed in to change notification settings

pento/linkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad705f8 · Dec 4, 2024
Nov 19, 2024
Jul 19, 2017
Dec 4, 2024
Apr 26, 2021
Apr 26, 2021
Apr 27, 2021
Apr 26, 2021
Apr 26, 2021
May 19, 2016
Nov 19, 2024
Nov 19, 2024
Nov 19, 2024
Nov 20, 2024

Repository files navigation

Linkify

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!

Installation

Chrome Web Store | Firefox Extensions

Screenshots

Pasting a link in WordPress' Quick Draft Pasting a link in GMail

Development

Installation

git clone [email protected]:pento/linkify.git

Build instructions

To install dependencies:

cd linkify
npm install

Then to start a developing session (with watch), run:

npm run watch

This will create an unpacked version of Linkify in the distribution directory, which you can load in Chrome using the Load unpacked extension... button in your Chrome Extensions page.

Linkify running as an unpacked extension, with the Load unpacked extension... button displayed