Weight Tracker

Track your weight easily with Weight Tracker.

Weight Trackerคืออะไร?

Weight Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apes in Capes และคุณลักษณะหลักของมันคือ "Track your weight easily with Weight Tracker."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weight Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}