Protein Tracker

Tracks a user's protein totals throughout the day.

Hvad er Protein Tracker?

Protein Tracker er en Chrome-udvidelse udviklet af marius.tao, og dens hovedfunktion er "Tracks a user's protein totals throughout the day.".

Udvidelsesskærmbilleder

screenshot

Download Protein Tracker-udvidelses-CRX-fil

Download Protein Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
Officiel URL https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Beskrivelse Tracks a user's protein totals throughout the day.
Filstørrelse 2.99 MB
Antal Installationer 32
Nuværende Version 0.55
Senest Opdateret 2018-04-20
Udgivelsesdato 2018-04-20
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler marius.tao
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://walkinprogress.github.io/WebPage_for_ProteinTracker/
URL til Fortrolighedspolitik Side https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Understøttede Sprog 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"
    ]
}