Stand Up! Timer

This extension reminds you to take a break from work.

Τι είναι το Stand Up! Timer;

Το Stand Up! Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Erfan Norozi, και η κύρια λειτουργία του είναι "This extension reminds you to take a break from work.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stand Up! Timer

Λήψη αρχείων επέκτασης Stand Up! Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour.
This extension let you setup an interval timer to remind you to stand up.
To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stand Up! Timer Stand Up! Timer
ID aamiggfhbebkpbknadfkelphhmkhmdcf
Επίσημο URL https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf
Περιγραφή This extension reminds you to take a break from work.
Μέγεθος Αρχείου 103 KB
Αριθμός Εγκαταστάσεων 4,794
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-03-04
Ημερομηνία Δημοσίευσης 2015-03-03
Αξιολόγηση 3.20/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Erfan Norozi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up! Timer",
    "description": "This extension reminds you to take a break from work.",
    "author": "Erfan Norozi",
    "version": "1.0.2",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "notification.png"
    ]
}