Amazon Rain Forest - New Tab Search
New tab extension showcases stunning Amazon Rain Forest images
What is Amazon Rain Forest - New Tab Search?
Amazon Rain Forest - New Tab Search is a Chrome extension developed by Onecompass Ltd, and its main feature is "New tab extension showcases stunning Amazon Rain Forest images".
Extension Screenshots
Download Amazon Rain Forest - New Tab Search Extension CRX File
Download Amazon Rain Forest - New Tab Search 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
Experience the beauty of the Amazon Rain Forest every time you open a new tab, with a plethora of stunning backgrounds to choose from. Simply click on the "Change Background" icon located in the top right corner of the new tab to switch up the scenery. All background images are from pexels.com. In the New Tab there is a Search Box which will provide search results from Bing.com.
Extension Basic Information
Name | |
ID | mfidicngioblmoojimbjfimhmjajeolf |
Official URL | https://chrome.google.com/webstore/detail/amazon-rain-forest-new-ta/mfidicngioblmoojimbjfimhmjajeolf |
Description | New tab extension showcases stunning Amazon Rain Forest images |
File Size | 275 KB |
Installation Count | 1,670 |
Current Version | 0.0.41 |
Last Updated | 2023-08-28 |
Publish Date | 2023-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Onecompass Ltd |
[email protected] | |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Rain Forest - New Tab Search", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/amazonforextnewtab.com\/*" ], "manifest_version": 3, "description": "New tab extension showcases stunning Amazon Rain Forest images", "version": "0.0.41" } |