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文件

下載gearth New tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}