Enhance your online grocery shopping with instant nutritional insights!
Ever struggled to make healthy choices while shopping online? NutriData is here to help! We empower consumers by presenting clear, easily comparable nutritional information right on product pages and search results.
Active development in progress! The Chrome Web Store version may lag behind due to review processes. For the latest features, grab the GitHub version.
- Key nutritional metrics:
- 💪 Protein per euro/pound (g/€ or g/£)
- 🔥 Protein per 100 calories (g)
- 🍞 Protein to carb ratio
- Detailed nutritional info in an easy-to-read format
- Color-coded metrics for quick assessment (🔴 to 🟢)
- Nutritional metrics added to each product card
- Custom sorting options:
- Protein per euro (High to Low)
- Protein per 100 calories (High to Low)
- Protein to carb ratio (High to Low)
- Protein, Carbs, Fat (High to Low)
- Sugar, Calories (Low to High)
- Dynamic updates for newly loaded products
- 🚀 Performance-boosting data caching
- 🛒 Supports:
- REWE online shop (shop.rewe.de) - full support
- Amazon.de and Amazon.co.uk - alpha support (product pages only, limited to items with nutritional data)
- 📊 Clear separation of "Protein Content Analysis" and "Nutrients per 100g"
- Currently available for amazon.de and amazon.co.uk
- Limited to product pages only
- Functionality depends on the availability of nutritional data for each product
- Many products have incomplete or missing nutritional information
- Search page support and improvements are planned for future updates
This project uses automatic versioning and release creation. When changes are pushed to the main
branch, the following process occurs:
- The version number is automatically bumped based on commit messages.
- A new tag is created.
- A CHANGELOG.md file is generated or updated.
- A new GitHub release is created with the changelog as the release notes.
- Chrome and Firefox builds are automatically attached to the release.
To ensure proper versioning, please use conventional commit messages:
feat: ...
for new features (bumps minor version)fix: ...
for bug fixes (bumps patch version)BREAKING CHANGE: ...
for breaking changes (bumps major version)
For more information on conventional commits, see conventionalcommits.org.
- Visit the NutriData Chrome Web Store page
- Click "Add to Chrome"
- Go to the Releases page on GitHub
- Download the latest
build-chrome.zip
file - Unzip the file
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" (top right)
- Click "Load unpacked" and select the unzipped extension directory
- Go to the Releases page on GitHub
- Download the latest
build-firefox.zip
file - Open Firefox and go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Navigate to the download directory and select the zip file
- Visit shop.rewe.de, amazon.de, or amazon.co.uk
- Browse products or search results
- For REWE: Full functionality on product and search pages
- For Amazon: Currently supports product pages only (alpha version)
- Use custom sort options to find your perfect nutritional match (REWE only)
Tweak the extension by modifying:
src/utils.ts
: AdjustCOLOR_THRESHOLDS
for metric color-codingsrc/shops/rewe.ts
: UpdateNUTRIENT_LABELS
src/domUtils.ts
: Customize UI elements and styling
Contributions are welcome! Feel free to submit a Pull Request.
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).