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 là gì?
gearth New tab là một tiện ích mở rộng Chrome được phát triển bởi DeveExtDeveloper, và tính năng chính của nó là "Every time you open a new tab you will see time & date and a beautiful image from Google earth.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng gearth New tab
Tải xuống các tệp mở rộng gearth New tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mdkdpkdocakckkclfchmpocflboflolj |
URL Chính Thức | https://chrome.google.com/webstore/detail/gearth-new-tab/mdkdpkdocakckkclfchmpocflboflolj |
Mô tả | Every time you open a new tab you will see time & date and a beautiful image from Google earth. |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2022-07-14 |
Ngày Phát Hành | 2022-05-08 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | DeveExtDeveloper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gearth.us/ |
URL Trang Trợ Giúp | https://gearth.us/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |