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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}