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开发的Chrome扩展程序,该扩展的主要功能是“Every time you open a new tab you will see time & date and a beautiful image from Google earth.”。
扩展截图
下载gearth New tab扩展crx文件
下载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" } } |