Globe Earth New Tab
Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.
Globe Earth New Tab란 무엇입니까?
Globe Earth New Tab은(는) earthpicturesg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth."입니다.
확장 프로그램 스크린샷
Globe Earth New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Globe Earth shows Random pictures from around the world. By clicking "Add to Chrome", you accept and agree to installing Globe Earth New Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. Privacy Policy: https://globe-earth.com/privacy.html Terms of Use: https://globe-earth.com/eula.html Contact us: https://globe-earth.com/contact.html About us: https://globe-earth.com/about.html
확장 프로그램 기본 정보
이름 | Globe Earth New Tab |
ID | kkiiilhemfcafbffkiigpgmanipffjkg |
공식 URL | https://chromewebstore.google.com/detail/globe-earth-new-tab/kkiiilhemfcafbffkiigpgmanipffjkg |
설명 | Every time you open a new tab you will see time & date and a beautiful image from Globe Earth. |
파일 크기 | 105 KB |
설치 횟수 | 6,171 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-12-07 |
출시 날짜 | 2022-10-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | earthpicturesg |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Globe Earth New Tab", "description": "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "\/index.png", "32": "\/index.png", "48": "\/index.png", "128": "\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/www.gstatic.com\/*" ], "background": { "service_worker": "service_worker.js" } } |