This is a browser extension to help you buy a book you found in Amazon, but in a real-life bookstore.
The extension finds the ISBN of the book in the page, and launches a search in the "Place des libraires" database.
- Shows a list of bookstores
- Multi-langage
- Multi-country
- VanillaJs only, no jQuery
- Universal compatibility for all major browsers (except Safari) in a single codebase : Chrome, Firefox, Edge, Opera, Brave and Vivaldi
- Chrome : https://chrome.google.com/webstore/detail/universal-amazon-killer/ckgenapkpilkbkkeijepjejgilglnmof
- Firefox : https://addons.mozilla.org/addon/universal-amazon-killer/
- Install the packages with
yarn install
- Modify the files in the
src
folder - When everything's done, you can send a PR \o/
This project is an enhanced rewrite of Amazon Killer from Elliot Lepers