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
公式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
Eメール [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"
    }
}