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
官方URL 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"
    }
}