Breathe - New Tab Experience

Enjoy new tab experience - start your day with a breather.

Τι είναι το Breathe - New Tab Experience;

Το Breathe - New Tab Experience είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://breathexp.com, και η κύρια λειτουργία του είναι "Enjoy new tab experience - start your day with a breather.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Breathe delivers your a clean and simple new tab experience centered around witty greetings and your most important bookmarks.

Start your day on the right foot! Replace your boring default Google new tab page with a more enjoyable experience - start your browsing with a breather! 

Breathe features:
1. High quality specially selected clean HD backgrounds that will make each new tab a new experience.
2. Clock with date and time.
3. See your latest Google Calendar events!
4. Witty and funny greetings personalised for you.
5. Advanced bookmarks panel at the bottom with ability to sync between PCs.
6. Links to most popular Google services
7. Bring your favourite search to you
8. Weather updates right in your new tab
9. Focus meter - Beat your internet addiction by adding websites to your blacklist. Self-motivate yourself by making sure your focus meeter (top left) stays around 100%!
10. Theme customisation - Choose between light, dark, operating system theme and auto (detect time of day and automatically switch between light & dark modes)

---
Version 2.9.8
- Add Google Calendar Sync
- Refactor Settings
- Bug fixes and optimizations

Version 2.9.7
- Add ToDo list in top right corner

Version 2.9.6
- Improved Weather widget, add weather forecast for your location.
- Bug fixes and minor improvements

Version 2.9.5
- Bookmark bar folders, folders can now be created by right clicking on any bookmark item;
- Minor bug fixes and UI improvements

Version 2.9.4
- Light/Dark/Auto and OS theme for the whole extension                    

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

Όνομα Breathe - New Tab Experience Breathe - New Tab Experience
ID ocdmdfijpcgccddabonbffnlhdipcbgi
Επίσημο URL https://chromewebstore.google.com/detail/breathe-new-tab-experienc/ocdmdfijpcgccddabonbffnlhdipcbgi
Περιγραφή Enjoy new tab experience - start your day with a breather.
Μέγεθος Αρχείου 914 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 2.9.8
Τελευταία Ενημέρωση 2021-01-04
Ημερομηνία Δημοσίευσης 2019-09-14
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://breathexp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe - New Tab Experience",
    "author": "George K.",
    "version": "2.9.8",
    "description": "Enjoy new tab experience - start your day with a breather.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkl8Eeq1DKnjwAc0opEodR5bLqENMSVbIUJxH\/SNkpxykfb16kSSM5\/VimxnbOykzyGLACshxGyM73StCyJNFsDZkgLrMuXOag2TXmSG6OZQ23vuepd\/OlafBv64IkZEYFrGvE9NWU0vwzuy9v99WiYZN5AkDIct8q53ihl52HL7\/uVeli9OhqQWkecJL5iBs9uYCA23qEq0bs98Q6qW3WlmvKFd577kdzreTEKt+eA0dPNlg6QOxa\/AvKnfNmNV7lCwiyaq\/S+hpNYTXs01j3MRXHUyzVuuowrzNBGJeSyvtIN9IZ3iBuHq5OcGYmSjbj27Uu\/OUH7oO67uZ603GWwIDAQAB",
    "oauth2": {
        "client_id": "28887235348-lgvotunceh36e128qmbkqrlkmn2p645r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "icons": {
        "16": "icons\/breathe-icon-16.png",
        "32": "icons\/breathe-icon-32.png",
        "48": "icons\/breathe-icon-48.png",
        "128": "icons\/breathe-icon-128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/api.openweathermap.org\/*",
        "bookmarks",
        "history",
        "identity"
    ]
}