Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 2.06 KB

README.md

File metadata and controls

51 lines (26 loc) · 2.06 KB

Money is Time

“When you buy something, you are not paying for it with money. You’re paying with the hours of life you had to spend earning that money.“ - José Mújica

Supported shops

  • Amazon.com
  • Amazon.es

I want X shop added to the extension!

Feel free to comment on This issue so that everyone can see it or send a PR to include the support.

Developing

Use npm run dev watches for changes and recompiles and zips files after every change.

Develop in Firefox

Screenshot 2020-01-07 at 17 14 13

Go to about:debugging#/runtime/this-firefox and click Load Temporary Add-on... select the zip in /bin/release.zip and you are ready to go.

After each change you will have to press the Reload button on the same page for change to take effect.

Develop in Chrome

Screenshot 2020-01-07 at 17 14 30

Go to chrome://extensions/ and toggle developer mode press Load unpacked and select the /dist folder.

After each change you will have to manually reload the extension by pressing the refresh button in this same page.

How to build the extension

Use npm run build to copy and bundle all appropiate files under /dist.

You can run npm run release to generate a zipped release under /bin

Credit