Protein Tracker

Tracks a user's protein totals throughout the day.

Vad är Protein Tracker?

Protein Tracker är en Chrome-tillägg utvecklad av marius.tao, och dess huvudfunktion är "Tracks a user's protein totals throughout the day.".

Tilläggsskärmbilder

screenshot

Ladda ner Protein Tracker-förlängningens CRX-fil

Ladda ner Protein Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
Officiell webbadress https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Beskrivning Tracks a user's protein totals throughout the day.
Filstorlek 2.99 MB
Antal Installationer 32
Aktuell Version 0.55
Senast Uppdaterad 2018-04-20
Publiceringsdatum 2018-04-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare marius.tao
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://walkinprogress.github.io/WebPage_for_ProteinTracker/
URL till Sekretesspolicy Sidan https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Stödda Språk 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"
    ]
}