Get Up and Move

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

Co to jest Get Up and Move?

Get Up and Move to rozszerzenie Chrome opracowane przez https://ashleythedeveloper.co, a jego główną funkcją jest „Reminders to get up and move around while you're working at the computer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Get Up and Move

Pobierz pliki rozszerzeń Get Up and Move w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
Oficjalny URL https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg
Opis Reminders to get up and move around while you're working at the computer
Rozmiar pliku 16.16 KB
Liczba instalacji 138
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-03-31
Data Publikacji 2017-03-31
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://ashleythedeveloper.co
Typ Płatności free
Obsługiwane Języki 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"
    ]
}