Weight Tracker
Track your weight easily with Weight Tracker.
Weight Tracker là gì?
Weight Tracker là một tiện ích mở rộng Chrome được phát triển bởi Apes in Capes, và tính năng chính của nó là "Track your weight easily with Weight Tracker.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weight Tracker
Tải xuống các tệp mở rộng Weight Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weight Tracker |
ID | cbagchojmaidpegajgibmcjcgcpcmjmg |
URL Chính Thức | https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg |
Mô tả | Track your weight easily with Weight Tracker. |
Kích Thước Tệp | 467 KB |
Số Lần Cài Đặt | 254 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2022-03-25 |
Ngày Phát Hành | 2020-04-19 |
Nhà Phát Triển | Apes in Capes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.apesincapes.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |