Amazon Rain Forest - New Tab Search
New tab extension showcases stunning Amazon Rain Forest images
Qu'est-ce que Amazon Rain Forest - New Tab Search ?
Amazon Rain Forest - New Tab Search est une extension Chrome développée par Onecompass Ltd, et sa fonction principale est "New tab extension showcases stunning Amazon Rain Forest images".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Rain Forest - New Tab Search
Téléchargez les fichiers d'extension Amazon Rain Forest - New Tab Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mfidicngioblmoojimbjfimhmjajeolf |
URL Officiel | https://chrome.google.com/webstore/detail/amazon-rain-forest-new-ta/mfidicngioblmoojimbjfimhmjajeolf |
Description | New tab extension showcases stunning Amazon Rain Forest images |
Taille du Fichier | 275 KB |
Nombre d'Installations | 1,670 |
Version Actuelle | 0.0.41 |
Dernière Mise à Jour | 2023-08-28 |
Date de Publication | 2023-03-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Onecompass Ltd |
[email protected] | |
Langues Prises en Charge | 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" } |