International Clock

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

Qu'est-ce que International Clock ?

International Clock est une extension Chrome développée par GSXHUB LIMITED, et sa fonction principale est "Transform your Chrome tab into a global time-telling masterpiece with International Clock".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension International Clock

Téléchargez les fichiers d'extension International Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom International Clock International Clock
ID pdkbcdfllibjpajmlfpflndmachpdgnk
URL Officiel https://chromewebstore.google.com/detail/international-clock/pdkbcdfllibjpajmlfpflndmachpdgnk
Description Transform your Chrome tab into a global time-telling masterpiece with International Clock
Taille du Fichier 553 KB
Nombre d'Installations 1,236
Version Actuelle 1.1
Dernière Mise à Jour 2024-02-21
Date de Publication 2023-11-08
Évaluation 4.72/5 Total 53 Évaluations
Développeur GSXHUB LIMITED
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://international-clock.com/
URL de la Page d'Aide https://international-clock.com/index.html
URL de la Page de Politique de Confidentialité https://international-clock.com/privacy.html
Langues Prises en Charge 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"
    ]
}