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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |