Global Clock
Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine
什麼是Global Clock?
Global Clock是由Consigo開發的Chrome擴展程式,該擴展的主要功能是“Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine”。
擴展截圖
下載Global Clock擴展crx文件
下載Global Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The "Global Clock" Chrome extension allows you to see the current time in multiple time zones simultaneously, making it easy to stay in sync with the world. This extension is designed for people who frequently work with people or have family and friends in different time zones. In addition to displaying multiple time zones, the extension also includes a search function that uses the Microsoft Bing search engine. This allows users to quickly search for information on the internet without having to open a separate tab or window. By clicking "Add to Chrome", I accept and agree to installing the Global Clock Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use - https://globclock.com/terms and Privacy Policy - https://globclock.com/privacy.
擴展基本資訊
名稱 | Global Clock |
ID | lmconolgijfenckdkjokhaeinkbpjili |
官方網址 | https://chromewebstore.google.com/detail/global-clock/lmconolgijfenckdkjokhaeinkbpjili |
簡介 | Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine |
檔案大小 | 1014 KB |
安裝次數 | 1,035 |
目前版本 | 0.0.6 |
更新時間 | 2024-01-30 |
上架時間 | 2023-04-01 |
評分 | 4.53/5 共 17 次評分 |
開發者 | Consigo |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://globclock.com/ |
隱私政策頁面URL | https://globclock.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Global Clock", "version": "0.0.6", "description": "Stay in sync with the world \u2013 see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine", "icons": { "16": ".\/img\/logo.png", "32": ".\/img\/logo.png", "42": ".\/img\/logo.png", "128": ".\/img\/logo.png" }, "background": { "service_worker": ".\/js\/background.js" }, "action": { "default_icon": ".\/img\/logo.png" }, "chrome_url_overrides": { "newtab": ".\/src\/main.html" }, "permissions": [] } |