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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |