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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DeveExtDeveloper และคุณลักษณะหลักของมันคือ "Every time you open a new tab you will see time & date and a beautiful image from Google earth."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gearth New tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}