Weight Tracker

Track your weight easily with Weight Tracker.

Cos'è Weight Tracker?

Weight Tracker è un'estensione di Chrome sviluppata da Apes in Capes, e la sua funzione principale è "Track your weight easily with Weight Tracker.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weight Tracker

Scarica i file di estensione Weight Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Weight Tracker Weight Tracker
ID cbagchojmaidpegajgibmcjcgcpcmjmg
URL Ufficiale https://chromewebstore.google.com/detail/weight-tracker/cbagchojmaidpegajgibmcjcgcpcmjmg
Descrizione Track your weight easily with Weight Tracker.
Dimensione del File 467 KB
Conteggio Installazioni 254
Versione Corrente 1.1.6
Ultimo Aggiornamento 2022-03-25
Data di Pubblicazione 2020-04-19
Sviluppatore Apes in Capes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.apesincapes.com
Lingue Supportate 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'"
}