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 |
Eメール | [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" } |