Nature Tab

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

What is Nature Tab?

Nature Tab is a Chrome extension developed by kikorodavlas88, and its main feature is "A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nature Tab Extension CRX File

Download Nature Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        By clicking "Add to Chrome", you accept and agree to installing the Nature Tab extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to redirects to Bing.

This incredible new extension for Chrome might help you find calm inside yourself. Everyone needs to take a deep breath and enjoy the quiet once and again to keep sane in this chaotic world. Because of the backgrounds we added, that's how you'll feel every time you open a new tab.

The search bar that appears when you click the Nature Tab is unobtrusive; it blends in with the backdrop with relative ease and does not obscure any portion of it.

Another feature that we love is the weather widget. Carefully designed, nicely positioned, this widget allows you to keep track of weather at any time of the day, for you location. Nature Tab keeps you away from any unpleasant surprises. 

Once you install this extension, you will never again lose track of time. With the clock feature in the top of the screen, none of the daily task will be forgotten.

Learn more about us by visiting our website:
Homepage: https://nature-tab.com/index.html

Do not hesitate to approach us. Follow this link:
Contact page: https://nature-tab.com/index.html#contact                    

Extension Basic Information

Name Nature Tab Nature Tab
ID ocadnkmaoheogbonkbageojfpjcbocej
Official URL https://chromewebstore.google.com/detail/nature-tab/ocadnkmaoheogbonkbageojfpjcbocej
Description A custom New Tab with beautiful nature wallpapers and backgrounds to make your day! Beautiful backgrounds with every new tab.
File Size 253 KB
Installation Count 799
Current Version 1.0.1
Last Updated 2023-07-31
Publish Date 2022-09-17
Rating 5.00/5 Total 1 Ratings
Developer kikorodavlas88
Email [email protected]
Payment Type free
Extension Website https://nature-tab.com
Help Page URL https://nature-tab.com/#contact
Privacy Policy Page URL https://nature-tab.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nature Tab",
    "short_name": "Nature Tab",
    "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",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "64": "\/images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/nature-tab.com\/*"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    }
}