Healthy Spine

Check your posture

Qu'est-ce que Healthy Spine ?

Healthy Spine est une extension Chrome développée par davidyu37, et sa fonction principale est "Check your posture".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Healthy Spine

Téléchargez les fichiers d'extension Healthy Spine 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

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

Informations de Base sur l'Extension

Nom Healthy Spine Healthy Spine
ID hnijjlnjjjmjapclbbglgppchinbgplb
URL Officiel https://chromewebstore.google.com/detail/healthy-spine/hnijjlnjjjmjapclbbglgppchinbgplb
Description Check your posture
Taille du Fichier 1.16 MB
Nombre d'Installations 14
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-08-03
Date de Publication 2020-08-02
Développeur davidyu37
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}