Weight Tracker
Track your weight easily with Weight Tracker.
Wat is Weight Tracker?
Weight Tracker is een Chrome-extensie ontwikkeld door Apes in Capes, en de belangrijkste functie is "Track your weight easily with Weight Tracker.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weight Tracker
Download Weight Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Weight Tracker |
ID | cbagchojmaidpegajgibmcjcgcpcmjmg |
Officiële URL | https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg |
Beschrijving | Track your weight easily with Weight Tracker. |
Bestandsgrootte | 467 KB |
Aantal Installaties | 254 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2022-03-25 |
Publicatiedatum | 2020-04-19 |
Ontwikkelaar | Apes in Capes |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.apesincapes.com |
Ondersteunde Talen | 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'" } |