https://github.com/pento/linkify
Chrome and Firefox extension for automatically turning pasted URLs into links
https://github.com/pento/linkify
chrome-extension firefox-addon wordpress
Last synced: 9 months ago
JSON representation
Chrome and Firefox extension for automatically turning pasted URLs into links
- Host: GitHub
- URL: https://github.com/pento/linkify
- Owner: pento
- License: gpl-3.0
- Created: 2016-05-15T06:25:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T07:23:34.000Z (about 1 year ago)
- Last Synced: 2025-05-05T17:36:32.892Z (9 months ago)
- Topics: chrome-extension, firefox-addon, wordpress
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://chrome.google.com/webstore/detail/linkify/bkkgikibkmalecfagnebbhbacnbhckmh) | [Firefox Extensions](https://addons.mozilla.org/en-US/firefox/addon/linkify-magic-links/)
## Screenshots
 
## Development
### Installation
git clone git@github.com: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](chrome://extensions/) page.
