calories calculator

Calories calculator

什麼是calories calculator?

calories calculator是由https://sieutinh.com開發的Chrome擴展程式,該擴展的主要功能是“Calories calculator”。

擴展截圖

screenshot

下載calories calculator擴展crx文件

下載calories calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tính chỉ số calories cơ thể cần thiết mỗi ngày.
Ứng dụng giúp tính toán chỉ số Calories cần thiết mỗi ngày, tính nhanh và đưa ra chỉ số chính xác giúp bạn có thể nắm được lượng năng lượng cần thiết mỗi ngày.                    

擴展基本資訊

名稱 calories calculator calories calculator
ID nmgibjlpkmgmccjbihlfkinoenohmbcd
官方網址 https://chromewebstore.google.com/detail/calories-calculator/nmgibjlpkmgmccjbihlfkinoenohmbcd
簡介 Calories calculator
檔案大小 163 KB
安裝次數 33
目前版本 0.0.2
更新時間 2020-09-24
上架時間 2020-09-23
開發者 https://sieutinh.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sieutinh.com/tinh-luong-calo-can-thiet-trong-ngay
說明頁面URL https://sieutinh.com/lien-he
隱私政策頁面URL https://sieutinh.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "calories calculator",
        "default_popup": "popup.html"
    }
}