International Clock

Transform your Chrome tab into a global time-telling masterpiece with International Clock

International Clockとは何ですか?

International ClockはGSXHUB LIMITEDによって開発されたChromeの拡張機能で、その主な機能は「Transform your Chrome tab into a global time-telling masterpiece with International Clock」です。

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

screenshot
screenshot
screenshot
screenshot

International Clock拡張機能のCRXファイルをダウンロード

International Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Compatible with your device
🌐 International Clock! 🌟 - Best World Clock! 
🔍 By adding the "International Clock" extension to your browser, you're accepting its
Terms of Service (https://international-clock.com/tos.html) and Privacy Policy (https://international-clock.com/privacy.html)
The search results used within the extension will be provided by Microsoft Bing with multiple search request redirect. 🔎✨

🌎 World Timezones at a Glance
Stay in sync with the world! Our extension displays multiple timezones, so you'll know the exact time from New York to Tokyo. Perfect for remote teams, travelers, and global citizens! ⏰🗺️

⭐️ Features:

New Tab makeover 🤩
Timezone tracking across countries 🌐⏳
Microsoft Bing search integration 🔍🌐
Easy-to-use and lightweight ✔️
👉 Get ready to enhance your browsing experience with every new tab! Install now and take the first step towards a more productive and connected online journey.                    

拡張機能の基本情報

名前 International Clock International Clock
ID pdkbcdfllibjpajmlfpflndmachpdgnk
公式URL https://chromewebstore.google.com/detail/international-clock/pdkbcdfllibjpajmlfpflndmachpdgnk
説明 Transform your Chrome tab into a global time-telling masterpiece with International Clock
ファイルサイズ 553 KB
インストール数 1,236
現在のバージョン 1.1
最終更新日 2024-02-21
公開日 2023-11-08
評価 4.72/5 合計 53 レビュー
開発者 GSXHUB LIMITED
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://international-clock.com/
ヘルプページのURL https://international-clock.com/index.html
プライバシーポリシーページのURL https://international-clock.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "International Clock",
    "description": "Transform your Chrome tab into a global time-telling masterpiece with International Clock ",
    "manifest_version": 3,
    "version": "1.1",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "32": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}