Breathe

A Firefox WebExtension reminding you to breathe, or anything else.

Τι είναι το Breathe;

Το Breathe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Path Seventeen, και η κύρια λειτουργία του είναι "A Firefox WebExtension reminding you to breathe, or anything else.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Remember to breathe. This extension shows you a simple message of your choice every time you open a new tab. You can create a list of messages that the extension will randomly choose from. You can also change the colors and fonts of the message.                    

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

Όνομα Breathe Breathe
ID lnepdnkpeilknjfjhibhcbmpmmdpmffa
Επίσημο URL https://chromewebstore.google.com/detail/breathe/lnepdnkpeilknjfjhibhcbmpmmdpmffa
Περιγραφή A Firefox WebExtension reminding you to breathe, or anything else.
Μέγεθος Αρχείου 59.69 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2017-03-27
Ημερομηνία Δημοσίευσης 2017-03-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Path Seventeen
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/prtksxna/breathe
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/prtksxna/breathe/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe",
    "version": "1.2.0",
    "description": "A Firefox WebExtension reminding you to breathe, or anything else.",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "permissions": [
        "storage"
    ]
}