World Wonders
An excellent new tab extension for your Chrome browser with a World Wonders theme.
World Wonders란 무엇입니까?
World Wonders은(는) product에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An excellent new tab extension for your Chrome browser with a World Wonders theme."입니다.
확장 프로그램 스크린샷
World Wonders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Explore breathtaking views of iconic landmarks while you search the web. With every new tab, you'll be transported to a different corner of the world, inspiring your next adventure or simply providing a moment of visual delight. Enhance your browsing experience and bring the world to your fingertips with our new tab extension. You accept the EULA and Privacy Policy and agree to select World Wonders Tab as your new tab page by installing the "World Wonders Tab" extension. Yahoo will offer the search tools that will be used in the Addon. However, your browser's default search settings won't alter due to the extension. Privacy Policy: https://www.worldwonderstab.com/privacy Terms of Service: https://www.worldwonderstab.com/tos
확장 프로그램 기본 정보
이름 | World Wonders |
ID | anbenmfochkikpalmdbelnbgbkpioben |
공식 URL | https://chromewebstore.google.com/detail/world-wonders/anbenmfochkikpalmdbelnbgbkpioben |
설명 | An excellent new tab extension for your Chrome browser with a World Wonders theme. |
파일 크기 | 2.8 MB |
설치 횟수 | 1,284 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-05-29 |
출시 날짜 | 2023-04-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | product |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.worldwonderstab.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "World Wonders", "version": "1.1.0", "description": "An excellent new tab extension for your Chrome browser with a World Wonders theme.", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "Candy Tech", "homepage_url": "https:\/\/www.worldwonderstab.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.worldwonderstab.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } } |