tuqqu / programmable-clipboard

Chrome extension that transforms your clipboard. Programmable in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmable Clipboard

Chrome extension which allows transforming the text you copy in a browser with your javascript code.

demo

Installation

  1. Download and unpack the zip or git clone https://github.com/tuqqu/programmable-clipboard.git
  2. Go to chrome://extensions in Google Chrome
  3. Enable Developer mode in the top right corner
  4. Click Load unpacked in the top left corner
  5. Select the unpacked directory
  6. Pin the extension on the bar

Usage

  1. Click on the icon
  2. The argument data is your clipboard data (when you copy something in chrome)
  3. Write javascript code to transform data
  4. The value of data on the last line will be written to your clipboard

About

Chrome extension that transforms your clipboard. Programmable in JavaScript

License:MIT License


Languages

Language:JavaScript 54.2%Language:HTML 25.2%Language:CSS 20.6%