cdevroe / unmark-chrome

An open source Chrome Extension for Unmark
https://unmark.it
32 stars 19 forks source link

Hey There

Here is our code for Unmark's Chrome extension. Feel free to use it. Below are a few instructions on how to customize it to work with your domain.

Chrome Extensions Tutorial

Not familiar with how to create Chrome extensions? Click here to read the documentation.

Using your own host

If you want to simply change the endpoint for this extension it's pretty simple.

"permissions": [
    "tabs",
    "contextMenus",
    "*://unmark.it/"
  ],

Change the last line to match your site.

unmark.host = 'https://unmark.it';

Loading your version in Chrome

Now you should be able to load the unpacked extension locally and test. To do that simply follow these instructions:

Shipping your version

When you are ready to ship, just choose the Pack extension... button and follow the instructions.