Weight Tracker
Track your weight easily with Weight Tracker.
Weight Trackerとは何ですか?
Weight TrackerはApes in Capesによって開発されたChromeの拡張機能で、その主な機能は「Track your weight easily with Weight Tracker.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |