Skip to content

evobug-com/fingrlixplus

Repository files navigation

FingrlixPlus

See what you're actually eating.

Nutrition tracking, macro analytics and fitness metrics for fingrlix.com — right on the page, no guesswork.

Chrome Web Store License: MIT Issues

Built by Evobug


The Problem

You're ordering meal prep on fingrlix.com. You pick 20+ meals across multiple weeks. But you have no idea if you're hitting your protein target, overeating on fats, or spending more than you should per day.

The site shows nutrition in tooltips you have to hover over one by one. The cart shows prices but zero nutrition info. If you're tracking macros or working with a trainer — you're on your own with a calculator.

The Fix

FingrlixPlus injects nutrition data directly into the page. Every meal shows its macros at a glance. The cart gets a full analytics dashboard. Your targets, your metrics, your data — all in one place.


Features

Meal Selection Page

What How
Inline macro badges kcal, protein, carbs, fat — visible on every item without hovering
Running totals bar Fixed bottom bar with live macro sums as you add items
Category tracking Shows how many breakfasts, snacks, mains you still need per day
Limit warnings Items that would exceed your calorie target get flagged
Selected highlights Color-coded borders on items already in your cart

Cart Dashboard (/kosik)

What How
Total macros kcal, protein, carbs, fat across the entire order
Macro split chart Protein / carbs / fat as % of total calories
Daily averages Per-day breakdown accounting for actual delivery spans (2–3 days each)
Delivery breakdown Nutrition + price per delivery with per-day averages and bar chart
Repeating meals Which meals you ordered most, with frequency bars
Body metrics Protein/kg, fat/kg, kcal/kg — with color-coded assessment
One-click data fetch Loads nutrition from all menu pages automatically, no manual browsing
Export CSV download or clipboard copy — paste straight into a spreadsheet

Settings

What Options
Language Czech / English / auto-detect
Daily targets kcal, protein (g), carbs (g), fat (g)
Body weight For protein/kg and per-kg metrics
Meals per day Breakfast, snack, main — configurable per category
Display toggles Macro chart, protein/kg on/off

For Fitness Trainers

If you're reviewing a client's fingrlix order:

  • Protein/kg with color coding: 🔴 < 1.2 g/kg | 🟡 1.2–1.6 g/kg | 🟢 > 1.6 g/kg
  • CSV export for client records
  • Clipboard copy for quick paste into Google Sheets
  • Daily breakdown so you can see if nutrition is balanced across delivery days

Install

Chrome Web Store

Install from Chrome Web Store

Manual (developer mode)

git clone git@github.com:evobug-com/fingrlixplus.git
  1. Open chrome://extensions
  2. Enable Developer mode (top right)
  3. Click Load unpacked
  4. Select the cloned folder

Tech

Platform Chrome Extension (Manifest V3)
Dependencies None — vanilla JS
Storage chrome.storage.local (all data stays in your browser)
Privacy No tracking, no analytics, no data collection
Localization Czech + English with locale-aware number formatting
Architecture Modular: lib/i18n.js, lib/format.js, lib/settings.js, lib/export.js

Project Structure

fingrlixplus/
├── manifest.json            Extension config (Manifest V3)
├── content.js               Main content script (selection + cart page)
├── styles.css               All injected styles
├── popup.html / popup.js    Settings panel
├── lib/
│   ├── i18n.js              Localization (CS/EN, 120+ keys)
│   ├── format.js            Locale-aware number formatting
│   ├── settings.js          Settings abstraction + migration
│   └── export.js            CSV + clipboard export
├── _locales/
│   ├── cs/messages.json     Czech manifest strings
│   └── en/messages.json     English manifest strings
├── icon48.svg               Toolbar icon
└── icon128.svg              Store icon

Feedback

Found a bug? Have an idea? We have templates in both Czech and English:

Open an issue


Disclaimer

FingrlixPlus is an unofficial, independent project. It is not affiliated with, endorsed by, or connected to fingrlix.com or FINGRLIX/G888G s.r.o. in any way.


Evobug · MIT License

About

Browser extension that adds nutrition tracking, macro analytics and fitness metrics to fingrlix.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors