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
官方網址 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'"
}