International Clock

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

Was ist International Clock?

International Clock ist eine Chrome-Erweiterung, die von GSXHUB LIMITED entwickelt wurde, und ihr Hauptmerkmal ist "Transform your Chrome tab into a global time-telling masterpiece with International Clock".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

International Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie International Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name International Clock International Clock
ID pdkbcdfllibjpajmlfpflndmachpdgnk
Offizielle URL https://chromewebstore.google.com/detail/international-clock/pdkbcdfllibjpajmlfpflndmachpdgnk
Beschreibung Transform your Chrome tab into a global time-telling masterpiece with International Clock
Dateigröße 553 KB
Installationsanzahl 1,236
Aktuelle Version 1.1
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-11-08
Bewertung 4.72/5 Insgesamt 53 Bewertungen
Entwickler GSXHUB LIMITED
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://international-clock.com/
Hilfeseite URL https://international-clock.com/index.html
URL der Datenschutzrichtlinien-Seite https://international-clock.com/privacy.html
Unterstützte Sprachen 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"
    ]
}