Protein Tracker

Tracks a user's protein totals throughout the day.

What is Protein Tracker?

Protein Tracker is a Chrome extension developed by marius.tao, and its main feature is "Tracks a user's protein totals throughout the day.".

Extension Screenshots

screenshot

Download Protein Tracker Extension CRX File

Download Protein Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An options page where you can set your protein goal and personal information.
A popup window where you can add your protein intake as you eat. It has a progress indicator that shows you how close you are to your goal as a percentage and a bar graph. The popup was designed for easy protein tracking.
A context menu option to add proteins by simply selecting the protein quantity, highlighting it and clicking Add Protein.                    

Extension Basic Information

Name Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
Official URL https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Description Tracks a user's protein totals throughout the day.
File Size 2.99 MB
Installation Count 32
Current Version 0.55
Last Updated 2018-04-20
Publish Date 2018-04-20
Rating 5.00/5 Total 2 Ratings
Developer marius.tao
Email [email protected]
Payment Type free
Extension Website https://walkinprogress.github.io/WebPage_for_ProteinTracker/
Privacy Policy Page URL https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Protein Tracker",
    "description": "Tracks a user's protein totals throughout the day.",
    "version": "0.55",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "short_name": "PTrcker",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/eventPage.js",
            "js\/progressbar.js"
        ],
        "persistent": false,
        "offline_enabled": true
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}