Weight Tracker
Track your weight easily with Weight Tracker.
O que é Weight Tracker?
Weight Tracker é uma extensão do Chrome desenvolvida por Apes in Capes, e sua principal característica é "Track your weight easily with Weight Tracker.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weight Tracker
Baixe arquivos de extensão Weight Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Weight Tracker |
ID | cbagchojmaidpegajgibmcjcgcpcmjmg |
URL Oficial | https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg |
Descrição | Track your weight easily with Weight Tracker. |
Tamanho do Arquivo | 467 KB |
Contagem de Instalações | 254 |
Versão Atual | 1.1.6 |
Última Atualização | 2022-03-25 |
Data de Publicação | 2020-04-19 |
Desenvolvedor | Apes in Capes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.apesincapes.com |
Idiomas Suportados | 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'" } |