Weight Tracker
Track your weight easily with Weight Tracker.
Qu'est-ce que Weight Tracker ?
Weight Tracker est une extension Chrome développée par Apes in Capes, et sa fonction principale est "Track your weight easily with Weight Tracker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Weight Tracker
Téléchargez les fichiers d'extension Weight Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Weight Tracker |
ID | cbagchojmaidpegajgibmcjcgcpcmjmg |
URL Officiel | https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg |
Description | Track your weight easily with Weight Tracker. |
Taille du Fichier | 467 KB |
Nombre d'Installations | 254 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2022-03-25 |
Date de Publication | 2020-04-19 |
Développeur | Apes in Capes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.apesincapes.com |
Langues Prises en Charge | 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'" } |