gearth New tab

Every time you open a new tab you will see time & date and a beautiful image from Google earth.

gearth New tab란 무엇입니까?

gearth New tab은(는) DeveExtDeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every time you open a new tab you will see time & date and a beautiful image from Google earth."입니다.

확장 프로그램 스크린샷

screenshot

gearth New tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The G-Earth Extension will load a random beautiful picture from space, every time you open a new tab. Now you can circle the globe and see amazing satellite images every time you start Browsing the web.  


By clicking "Add to chrome", I accept and agree to installing Gearth extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: gearth,us/privacy.html
EULA: https:gearth.us/eula.html

Gearth search will be powered by Microsoft Bing.                    

확장 프로그램 기본 정보

이름 gearth New tab gearth New tab
ID mdkdpkdocakckkclfchmpocflboflolj
공식 URL https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj
설명 Every time you open a new tab you will see time & date and a beautiful image from Google earth.
파일 크기 103 KB
설치 횟수 8,000
현재 버전 2.2
최근 업데이트 2022-07-14
출시 날짜 2022-05-08
평점 4.00/5 총 2 개의 평점
개발자 DeveExtDeveloper
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gearth.us/
도움말 페이지 URL https://gearth.us/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gearth New tab",
    "description": "Every time you open a new tab you will see time & date and  a beautiful image from Google earth.",
    "version": "2.2",
    "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"
    }
}