Protein Tracker

Tracks a user's protein totals throughout the day.

Qu'est-ce que Protein Tracker ?

Protein Tracker est une extension Chrome développée par marius.tao, et sa fonction principale est "Tracks a user's protein totals throughout the day.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Protein Tracker

Téléchargez les fichiers d'extension Protein Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
URL Officiel https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Description Tracks a user's protein totals throughout the day.
Taille du Fichier 2.99 MB
Nombre d'Installations 32
Version Actuelle 0.55
Dernière Mise à Jour 2018-04-20
Date de Publication 2018-04-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur marius.tao
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://walkinprogress.github.io/WebPage_for_ProteinTracker/
URL de la Page de Politique de Confidentialité https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Langues Prises en Charge 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"
    ]
}