Protein Tracker

Tracks a user's protein totals throughout the day.

什麼是Protein Tracker?

Protein Tracker是由marius.tao開發的Chrome擴展程式,該擴展的主要功能是“Tracks a user's protein totals throughout the day.”。

擴展截圖

screenshot

下載Protein Tracker擴展crx文件

下載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
官方網址 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"
    ]
}