Get Up and Move

Reminders to get up and move around while you're working at the computer

Vad är Get Up and Move?

Get Up and Move är en Chrome-tillägg utvecklad av https://ashleythedeveloper.co, och dess huvudfunktion är "Reminders to get up and move around while you're working at the computer".

Tilläggsskärmbilder

screenshot

Ladda ner Get Up and Move-förlängningens CRX-fil

Ladda ner Get Up and Move-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

                                            

Grundläggande Information om Tillägg

Namn Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
Officiell webbadress https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg
Beskrivning Reminders to get up and move around while you're working at the computer
Filstorlek 16.16 KB
Antal Installationer 138
Aktuell Version 1.1.0
Senast Uppdaterad 2017-03-31
Publiceringsdatum 2017-03-31
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare https://ashleythedeveloper.co
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Up and Move",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "eventpage.html",
        "persistent": false
    },
    "options_page": "options.html",
    "description": "Reminders to get up and move around while you're working at the computer",
    "web_accessible_resources": [
        "icon48.png"
    ]
}