Healthy Spine

Check your posture

Cos'è Healthy Spine?

Healthy Spine è un'estensione di Chrome sviluppata da davidyu37, e la sua funzione principale è "Check your posture".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Healthy Spine

Scarica i file di estensione Healthy Spine 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

                        Healthy Spine records your correct posture and reminds you if you slouch for more than 30 seconds.                    

Informazioni di Base sull'Estensione

Nome Healthy Spine Healthy Spine
ID hnijjlnjjjmjapclbbglgppchinbgplb
URL Ufficiale https://chromewebstore.google.com/detail/healthy-spine/hnijjlnjjjmjapclbbglgppchinbgplb
Descrizione Check your posture
Dimensione del File 1.16 MB
Conteggio Installazioni 14
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-08-03
Data di Pubblicazione 2020-08-02
Sviluppatore davidyu37
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Healthy Spine",
    "version": "0.0.1",
    "author": "David Yu",
    "description": "Check your posture",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/message.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Record your correct posture and check while you're in front of your computer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2
}