New Tab Nature

Change your background to beautiful nature photos

What is New Tab Nature?

New Tab Nature is a Chrome extension developed by https://newtabnature.com, and its main feature is "Change your background to beautiful nature photos".

Extension Screenshots

screenshot
screenshot

Download New Tab Nature Extension CRX File

Download New Tab Nature 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

                        New Tab Nature Extension offers stunning nature images to be displayed on your new tab.

It provides a variety of nature backgrounds for you to choose from, so you can enjoy a different one every time you open a new tab. To switch the background image, simply click on the Change Background Icon located in the top left corner of the new tab.

__________________________________________________________________________________
By clicking “Add to chrome”, I accept and agree to installing “New Tab Nature” search setting will be provided by Microsoft Bing and that provided by the service, Terms of Use and Privacy Policy.

Free stock media content is distributed by Imgur - https://imgur.com/

Privacy Policy: https://newtabnature.com/privacy

EULA/Terms of Use: https://newtabnature.com/terms                    

Extension Basic Information

Name New Tab Nature New Tab Nature
ID hhgohmegipgncchopkhoabkbhlfeffji
Official URL https://chromewebstore.google.com/detail/new-tab-nature/hhgohmegipgncchopkhoabkbhlfeffji
Description Change your background to beautiful nature photos
File Size 206 KB
Installation Count 4,684
Current Version 0.0.6
Last Updated 2023-09-05
Publish Date 2023-08-03
Rating 3.67/5 Total 6 Ratings
Developer https://newtabnature.com
Email [email protected]
Payment Type free
Extension Website https://newtabnature.com/
Help Page URL https://newtabnature.com/#Subscribes
Privacy Policy Page URL https://newtabnature.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Nature",
    "description": "Change your background to beautiful nature photos",
    "version": "0.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}