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是由earthpicturesg开发的Chrome扩展程序,该扩展的主要功能是“Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.”。

扩展截图

screenshot
screenshot

下载Globe Earth New Tab扩展crx文件

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