Amazon Rain Forest - New Tab Search
New tab extension showcases stunning Amazon Rain Forest images
什么是Amazon Rain Forest - New Tab Search?
Amazon Rain Forest - New Tab Search是由Onecompass Ltd开发的Chrome扩展程序,该扩展的主要功能是“New tab extension showcases stunning Amazon Rain Forest images”。
扩展截图
下载Amazon Rain Forest - New Tab Search扩展crx文件
下载Amazon Rain Forest - New Tab Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | mfidicngioblmoojimbjfimhmjajeolf |
官方URL | https://chrome.google.com/webstore/detail/amazon-rain-forest-new-ta/mfidicngioblmoojimbjfimhmjajeolf |
简介 | New tab extension showcases stunning Amazon Rain Forest images |
文件大小 | 275 KB |
安装次数 | 1,670 |
当前版本 | 0.0.41 |
更新时间 | 2023-08-28 |
上架时间 | 2023-03-31 |
评分 | 5.00/5 共1次评分 |
开发者 | Onecompass Ltd |
电子邮箱 | [email protected] |
支持的语言 | 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" } |