https://github.com/jsonzilla/price_to_time
An browser extension to give you knowledge about how much cost of your time to buy a product
https://github.com/jsonzilla/price_to_time
amazon chrome-extension extension firefox-addon shopping
Last synced: about 2 months ago
JSON representation
An browser extension to give you knowledge about how much cost of your time to buy a product
- Host: GitHub
- URL: https://github.com/jsonzilla/price_to_time
- Owner: jsonzilla
- License: mpl-2.0
- Created: 2021-05-08T15:31:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:58:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T04:27:12.595Z (12 months ago)
- Topics: amazon, chrome-extension, extension, firefox-addon, shopping
- Language: JavaScript
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Price To Time
An browser extension to give you knowledge about how much cost of your time to buy a product
# Build local
```
> npm install --global web-ext
> web-ext --config=config.js build
```
# Test
```
> npm install --save-dev jest
> npm test
```
# Coverage
```
> npx jest --coverage
```