Nature Tab

A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.

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

Το Nature Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://nature-tab.com/, και η κύρια λειτουργία του είναι "A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Nature lover? 
This add-on is meant for everyone who likes nature and lives in harmony with it on a regular basis.

 🔸 After downloading Nature Tab, you won't believe how you used to work with a Chrome default new tab. This unique tool will boost your productivity substantially, and your new tab page will be improved with a slew of handy features.

 🔸  If you are a really big fan of nature, you will be astonished by the wallpaper on every new tab. There is a variety of beautiful backgrounds and you can choose the ones you like the most. You can change it whenever you want. These wallpapers are designed to increase creativity and brighten your day! 

 🔸 Aside from the wallpapers, there are several features visible on the screen. We included a clock function to keep you informed of the time at all times. It is critical not to lose track of time, especially if you are overburdened with important tasks. You can choose to divide your clock into 12 hours or just use the regular one. 

 🔸 The weather function is another simple but highly essential tool. You may check the weather and schedule your responsibilities and spare time appropriately if you have it in your tab. If you are a United States lover and used to Fahrenheit you can simply click on the widget and change from Celsius to Fahrenheit. 

 🔸 The one we like the most is the Search Bar. Blended in the amazing wallpapers, it simply invites you to look for intriguing ideas. It is situated in the middle of your screen and there is not a chance you can miss it. 

 🔸 If you are concerned about the Privacy Policy, do not panic, we got you covered. Visit this link to check all the details: 
 PP: Privacy Policy Nature Tab.pdf

 🔸 You can easily uninstall it if you are no longer a fan of our add-on but we doubt it 🤙🏻 .
Follow these steps to remove the product: 
1)Menu tab
2)Extensions
3) Click on the extension
4)Remove from Chrome                    

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

Όνομα Nature Tab Nature Tab
ID aplbpdmgeoelbnhpnllomhjdjkmnlpld
Επίσημο URL https://chrome.google.com/webstore/detail/nature-tab/aplbpdmgeoelbnhpnllomhjdjkmnlpld
Περιγραφή A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.
Μέγεθος Αρχείου 5.35 MB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-12-15
Ημερομηνία Δημοσίευσης 2021-10-19
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής http://nature-tab.com/
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nature-tab.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://nature-tab.com/index.html#contact
URL της Σελίδας Πολιτικής Απορρήτου https://nature-tab.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nature Tab",
    "short_name": "Nature",
    "description": "A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.",
    "version": "1.0.1",
    "incognito": "split",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "https:\/\/sugg.search.yahoo.net\/sg\/",
        "*:\/\/nature-tab.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/sugg.search.yahoo.net\/sg\/ https:\/\/json.geoiplookup.io https:\/\/query.yahooapis.com; object-src 'self'",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/bg.js"
        ]
    }
}