A small chromium extension to make highlighting pages on the fly easier.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Jake Bauer f9c413a0ff Use OpenBSD's ISC License 1 month ago
LICENSE Use OpenBSD's ISC License 1 month ago
README.md Add installation instructions 9 months ago
background.js Initial commit 9 months ago
manifest.json Initial commit 9 months ago

README.md

simple-highlight

A small chromium extension to make highlighting pages on the fly easier.

Designed to allow you to mark up a page with highlights then print it to PDF, instead of needing to print to PDF first and then highlight in your PDF reader.

Features

Select some text, then press Alt+H and the text will be highlighted yellow.

Right now, you can only highlight within a block of text. If you try to highlight across two paragraphs or similar, things will break and not look good.

Also, you can't remove highlights yet, I still have to figure that one out too.

Installing

Go to chrome://extensions, enable "Developer mode" (the toggle is in the top right), click "Load unpacked" and select this project's folder.

If you make some changes, note that sometimes Chrome is dumb and doesn't reload everything about the extension when you click the reload button. In this case you just have to remove and re-add the extension if the changes you made aren't working right.