stretch reminder

Stretch Reminder

Cos'è stretch reminder?

stretch reminder è un'estensione di Chrome sviluppata da liam.q.ma, e la sua funzione principale è "Stretch Reminder".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione stretch reminder

Scarica i file di estensione stretch reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. 

Features:
• Fully customisable to your working hour.
• Set your reminder interval.                    

Informazioni di Base sull'Estensione

Nome stretch reminder stretch reminder
ID hgfehgeccidmnomgijefcdmmkhobjbpp
URL Ufficiale https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp
Descrizione Stretch Reminder
Dimensione del File 359 KB
Conteggio Installazioni 1,800
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-09-21
Data di Pubblicazione 2016-09-21
Valutazione 3.00/5 Totale 10 Valutazioni
Sviluppatore liam.q.ma
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "name": "stretch reminder",
    "manifest_version": 2,
    "description": "Stretch Reminder",
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/stretching.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}