Healthy Spine

Check your posture

Vad är Healthy Spine?

Healthy Spine är en Chrome-tillägg utvecklad av davidyu37, och dess huvudfunktion är "Check your posture".

Tilläggsskärmbilder

screenshot

Ladda ner Healthy Spine-förlängningens CRX-fil

Ladda ner Healthy Spine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Healthy Spine Healthy Spine
ID hnijjlnjjjmjapclbbglgppchinbgplb
Officiell webbadress https://chromewebstore.google.com/detail/healthy-spine/hnijjlnjjjmjapclbbglgppchinbgplb
Beskrivning Check your posture
Filstorlek 1.16 MB
Antal Installationer 14
Aktuell Version 0.0.1
Senast Uppdaterad 2020-08-03
Publiceringsdatum 2020-08-02
Utvecklare davidyu37
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}