Tiny Break

Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.

Τι είναι το Tiny Break;

Το Tiny Break είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον snarklin, και η κύρια λειτουργία του είναι "Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tiny Break

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

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

                        Tiny Break is a Google Chrome extension created to take care of you while you work on the computer.
We often get so absorbed in work or even in browsing the internet that we forget about the little things like breathing deeply, stretching the body or drinking water to start with.
Tiny Break uses those short moments when you open a new tab in the browser to remind you to take care of your mind, body and spirit. It remembers all those small activities which are good for you and it tells you nice things :) It's quiet, non-invasive and always polite, a good work buddy.                    

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

Όνομα Tiny Break Tiny Break
ID dkbcdbbjnacachlkaknpceopcohglcda
Επίσημο URL https://chrome.google.com/webstore/detail/tiny-break/dkbcdbbjnacachlkaknpceopcohglcda
Περιγραφή Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.
Μέγεθος Αρχείου 48.42 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-03-26
Ημερομηνία Δημοσίευσης 2020-03-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής snarklin
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiny Break",
    "description": "Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.",
    "version": "1.1",
    "author": "Julia Lojek",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "deafult_title": "Tiny Break",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": false
    }
}