Nature background pictures new tab
image of nature in background of every new tab.
What is Nature background pictures new tab?
Nature background pictures new tab is a Chrome extension developed by naturepicturesnewtab, and its main feature is "image of nature in background of every new tab.".
Extension Screenshots
Download Nature background pictures new tab Extension CRX File
Download Nature background pictures new 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
Introducing an immersive browsing experience, breathtaking nature pictures every time they open a new tab. With each click, stunning landscapes, vibrant wildlife, and serene seascapes grace the screen, instantly transporting users to the wonders of the natural world. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some essential details: By selecting the 'Add to Chrome' button and installing this beautiful 'Nature background pictures new tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. By installing the 'Nature background pictures new tab,' you are agreeing to the modification of the new tab settings. You have the option to remove or disable this extension whenever you wish. Privacy policy available at: https://naturepicturesnewtab.com/privacy.html Terms of Service: https://naturepicturesnewtab.com/terms.html Feel free to contact us at [email protected]. We would be delighted to assist you!
Extension Basic Information
Name | Nature background pictures new tab |
ID | ddebobgfbndddogdmjofighmbccfoipb |
Official URL | https://chromewebstore.google.com/detail/nature-background-picture/ddebobgfbndddogdmjofighmbccfoipb |
Description | image of nature in background of every new tab. |
File Size | 2.04 MB |
Installation Count | 2,662 |
Current Version | 1.0.6 |
Last Updated | 2024-01-01 |
Publish Date | 2022-11-03 |
Rating | 1.00/5 Total 1 Ratings |
Developer | naturepicturesnewtab |
[email protected] | |
Payment Type | free |
Extension Website | https://naturepicturesnewtab.com |
Privacy Policy Page URL | https://naturepicturesnewtab.com/privacy.html |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Nature background pictures new tab", "version": "1.0.6", "description": "image of nature in background of every new tab.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/naturepicturesnewtab.com\/", "*:\/\/*.naturepicturesnewtab.com\/" ], "chrome_url_overrides": { "newtab": "natbg.html" }, "icons": { "16": "bp-nat.png", "48": "bp-nat.png", "128": "bp-nat.png" }, "action": { "default_icon": "bp-nat.png" } } |