Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.64 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.64 KB

Return policy highlighter

Adds a bar on top of the page with the return policy highlighted when you are on some amazon sites and flipkart.com retail site.

Install from Chrome Webstore

Return Policy Highlighter

Some testing done on sites

Why? Because I bought stuff and later realized that they were not returnable. One too many times. Fixing for that error.

Screenshot

Adding the extension manually

  • First you have to download the code in this repo:
  • On Chrome browser, in the address bar enter chrome://extensions.
  • On the top left, there should be a button named "Load unpacked".
  • Choose the directory where this extension code (manifest.json and .js files) has been downloaded.

Updates

  • 2023/07/26 Added info about Chrome Webstore in readme
  • 2023/07/23 Refactored code to make it work easily for multiple sites
  • 2023/07/23 Tested some of the international amazon sites minimally
  • 2023/07/22 Added support for Flipkart.com
  • 2023/07/22 Added icons
  • 2023/07/22 Added error check if content returned is empty.
  • 2023/07/22 Added info to manually load extension.