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」です。

拡張機能のスクリーンショット

screenshot

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 Global Clock
ID lmconolgijfenckdkjokhaeinkbpjili
公式URL 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
Eメール [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": []
}