Globe Earth New Tab

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

ما هو Globe Earth New Tab؟

Globe Earth New Tab هو إضافة Chrome تم تطويرها بواسطة earthpicturesg، والميزة الرئيسية لها هي "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Globe Earth New Tab

قم بتنزيل ملفات الامتداد Globe Earth New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Globe Earth shows Random pictures from around the world.
By clicking "Add to Chrome", you accept and agree to installing Globe Earth New Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing.

Privacy Policy: https://globe-earth.com/privacy.html
Terms of Use: https://globe-earth.com/eula.html
Contact us: https://globe-earth.com/contact.html
About us: https://globe-earth.com/about.html                    

معلومات أساسية عن التمديد

الاسم Globe Earth New Tab Globe Earth New Tab
ID kkiiilhemfcafbffkiigpgmanipffjkg
عنوان URL الرسمي https://chromewebstore.google.com/detail/globe-earth-new-tab/kkiiilhemfcafbffkiigpgmanipffjkg
الوصف Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.
حجم الملف 105 KB
عدد التثبيتات 6,171
النسخة الحالية 1.0.1
آخر تحديث 2022-12-07
تاريخ النشر 2022-10-08
تقييم 5.00/5 مجموع تقييمات 1
المطور earthpicturesg
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Globe Earth New Tab",
    "description": "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.",
    "version": "1.0.1",
    "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"
    }
}