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.”。
擴展截圖
下載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 |
ID | kkiiilhemfcafbffkiigpgmanipffjkg |
官方網址 | 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" } } |