Snowy Tab

Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.

Τι είναι το Snowy Tab;

Το Snowy Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον snowytab.com, και η κύρια λειτουργία του είναι "Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Modify the new tab page to fit your needs in order to increase your motivation and productivity.

❄️ Snowy Tab ❄️ is an extension that will fill you with comfort and positivity. Whenever you open a new tab on your browser, you will find breathtaking HD background photos. To see these pictures without opening a new tab, you can just click in the top left corner until you find your favorite wallpaper.  

We created a Search Box for people who loves to explore and look for amazing search results. 🔍

The weather element is another simple but important tool. You can check the weather and plan your chores and leisure time appropriately if you have it on your tab.  🌤️ 

In this time where all people are packed with obligations, one of the most important things is organizing time. To not forget about time, we implemented a beautifully designed clock so you can monitor your time.  ⏰

Check your exact location in the top right corner. 📍

If you feel like you need more info, check out these webpages:
              💻 HOMEPAGE: https://snowytab.com/index.html
              📩 CONTACT:  https://snowytab.com/contact.html
              📃  PRIVACY: https://snowytab.com/privacy-policy.html

You can easily uninstall this extension by following these steps:
1. Click on the extensions menu
2. Find the extension
3. Select three dots on the right
4. Click "Remove from Chrome"                    

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

Όνομα Snowy Tab Snowy Tab
ID kebkjbomagldfbbocolebohdlmgmglnn
Επίσημο URL https://chrome.google.com/webstore/detail/snowy-tab/kebkjbomagldfbbocolebohdlmgmglnn
Περιγραφή Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.
Μέγεθος Αρχείου 7.81 MB
Αριθμός Εγκαταστάσεων 30,000
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2022-03-22
Ημερομηνία Δημοσίευσης 2022-02-01
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής snowytab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://snowytab.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://snowytab.com/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://snowytab.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snowy Tab",
    "description": "Snowy Tab allows you to enhance your day with beautiful backgrounds and essential features.",
    "version": "1",
    "icons": {
        "16": "\/images\/snowflake16.png",
        "32": "\/images\/snowflake32.png",
        "64": "\/images\/snowflake64.png",
        "128": "\/images\/snowflake128.png"
    },
    "short_name": "Snowy Tab",
    "chrome_url_overrides": {
        "newtab": "html\/nt.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/snowytab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    }
}