Add installation instructions

release
Jake Bauer 2022-09-18 12:37:40 -04:00
parent 94324a007d
commit 916c4b642d
1 changed files with 12 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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.
## What it does
## Features
Select some text, then press _Alt+H_ and the text will be highlighted yellow.
@ -13,3 +13,14 @@ 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](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.