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
官方網址 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
電子郵箱 [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"
    ]
}