Amazon Rain Forest - New Tab Search
New tab extension showcases stunning Amazon Rain Forest images
Wat is Amazon Rain Forest - New Tab Search?
Amazon Rain Forest - New Tab Search is een Chrome-extensie ontwikkeld door Onecompass Ltd, en de belangrijkste functie is "New tab extension showcases stunning Amazon Rain Forest images".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Rain Forest - New Tab Search
Download Amazon Rain Forest - New Tab Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mfidicngioblmoojimbjfimhmjajeolf |
Officiële URL | https://chrome.google.com/webstore/detail/amazon-rain-forest-new-ta/mfidicngioblmoojimbjfimhmjajeolf |
Beschrijving | New tab extension showcases stunning Amazon Rain Forest images |
Bestandsgrootte | 275 KB |
Aantal Installaties | 1,670 |
Huidige Versie | 0.0.41 |
Laatst Bijgewerkt | 2023-08-28 |
Publicatiedatum | 2023-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Onecompass Ltd |
[email protected] | |
Ondersteunde Talen | 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" } |