Healthy Spine

Check your posture

Wat is Healthy Spine?

Healthy Spine is een Chrome-extensie ontwikkeld door davidyu37, en de belangrijkste functie is "Check your posture".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Healthy Spine

Download Healthy Spine-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

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

Basisinformatie over de Extensie

Naam Healthy Spine Healthy Spine
ID hnijjlnjjjmjapclbbglgppchinbgplb
Officiële URL https://chromewebstore.google.com/detail/healthy-spine/hnijjlnjjjmjapclbbglgppchinbgplb
Beschrijving Check your posture
Bestandsgrootte 1.16 MB
Aantal Installaties 14
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-08-03
Publicatiedatum 2020-08-02
Ontwikkelaar davidyu37
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}