Protein Tracker

Tracks a user's protein totals throughout the day.

Τι είναι το Protein Tracker;

Το Protein Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marius.tao, και η κύρια λειτουργία του είναι "Tracks a user's protein totals throughout the day.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Protein Tracker

Λήψη αρχείων επέκτασης Protein Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
Επίσημο URL https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Περιγραφή Tracks a user's protein totals throughout the day.
Μέγεθος Αρχείου 2.99 MB
Αριθμός Εγκαταστάσεων 32
Τρέχουσα Έκδοση 0.55
Τελευταία Ενημέρωση 2018-04-20
Ημερομηνία Δημοσίευσης 2018-04-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής marius.tao
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://walkinprogress.github.io/WebPage_for_ProteinTracker/
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Υποστηριζόμενες Γλώσσες 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"
    ]
}