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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}