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 DeveExtDeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every time you open a new tab you will see time & date and a beautiful image from Google earth."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में gearth New tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |