Weight Tracker
Track your weight easily with Weight Tracker.
Vad är Weight Tracker?
Weight Tracker är en Chrome-tillägg utvecklad av Apes in Capes, och dess huvudfunktion är "Track your weight easily with Weight Tracker.".
Tilläggsskärmbilder
Ladda ner Weight Tracker-förlängningens CRX-fil
Ladda ner Weight Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Weight Tracker |
ID | cbagchojmaidpegajgibmcjcgcpcmjmg |
Officiell webbadress | https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg |
Beskrivning | Track your weight easily with Weight Tracker. |
Filstorlek | 467 KB |
Antal Installationer | 254 |
Aktuell Version | 1.1.6 |
Senast Uppdaterad | 2022-03-25 |
Publiceringsdatum | 2020-04-19 |
Utvecklare | Apes in Capes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.apesincapes.com |
Stödda Språk | 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'" } |