Weight Tracker

Track your weight easily with Weight Tracker.

什么是Weight Tracker?

Weight Tracker是由Apes in Capes开发的Chrome扩展程序,该扩展的主要功能是“Track your weight easily with Weight Tracker.”。

扩展截图

screenshot

下载Weight Tracker扩展crx文件

下载Weight Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Track, reach, and maintain your goal weight and live with vitality!

With a user-friendly interface, Weight Tracker allows you to track your weight easily while syncing your information across your devices.

Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.                    

扩展基本信息

名称 Weight Tracker Weight Tracker
ID cbagchojmaidpegajgibmcjcgcpcmjmg
官方URL https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg
简介 Track your weight easily with Weight Tracker.
文件大小 467 KB
安装次数 254
当前版本 1.1.6
更新时间 2022-03-25
上架时间 2020-04-19
开发者 Apes in Capes
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.apesincapes.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weight Tracker",
    "description": "Track your weight easily with Weight Tracker.",
    "version": "1.1.6",
    "icons": {
        "512": ".\/icons\/icon512.png",
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}