Chrome Extension for calculating the total amount of money(in rupees) spent while ordering from Zomato App/Website. Extension has options for you to select for what time period you want to calculate the total amount of money spent. (e.g. This Month, This Year or the whole history). This extension may currently only work for Indian Zomato users.
- This extension only works when the extension is being used with Zomato's Website Homepage Open and the user already should be signed in. Thus to use this extension, you have to first open Zomato's Homepage (https://www.zomato.com/) and then click on the extension icon in the top right corner of the page. You also have to sign in to your Zomato account before using this extension.
- Once you have signed in, you can use the extension to calculate the total amount of money spent in the selected time period. You change time period by selecting appropriate option.
- When user is on different page than Zomato's Homepage, the extension will not work.
- When user is on Zomato's Homepage, but not signed in , the extension will not work.
- When user is on Zomato's Homepage and signed in, the extension will work.
- node + npm (Current Version)
- TypeScript
- Webpack
- React
- Jest
npm install
...
npm run build
npm run watch
Run watch mode.
type Ctrl + Shift + B
Load dist
directory
npx jest
or npm run test