Protein Tracker

Tracks a user's protein totals throughout the day.

O que é Protein Tracker?

Protein Tracker é uma extensão do Chrome desenvolvida por marius.tao, e sua principal característica é "Tracks a user's protein totals throughout the day.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Protein Tracker

Baixe arquivos de extensão Protein Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Protein Tracker Protein Tracker
ID mokghkeodcncdkpacijgefhfilognnkl
URL Oficial https://chromewebstore.google.com/detail/protein-tracker/mokghkeodcncdkpacijgefhfilognnkl
Descrição Tracks a user's protein totals throughout the day.
Tamanho do Arquivo 2.99 MB
Contagem de Instalações 32
Versão Atual 0.55
Última Atualização 2018-04-20
Data de Publicação 2018-04-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor marius.tao
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://walkinprogress.github.io/WebPage_for_ProteinTracker/
URL da Página de Política de Privacidade https://github.com/WalkInProgress/ProteinTracker-ChromeExtension/blob/master/LICENSE.md
Idiomas Suportados 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"
    ]
}