World Clock Toolbar

EASY to access on your toolbar with a list of country that you visit often at a glance.

Qu'est-ce que World Clock Toolbar ?

World Clock Toolbar est une extension Chrome développée par davidjutegsn911, et sa fonction principale est "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension World Clock Toolbar

Téléchargez les fichiers d'extension World Clock Toolbar 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

                        EASY to access on your toolbar with a list of country that you visit often at a glance.

FEATURE extended world clock from city to every country.

DISPLAY multiple world clocks that you can easily add, remove, sort and edit according to your preference.

SIMPLE design with just one click without searching it every time you want to look up for client, coworker or family’s current timezone in different country.

Feel free to share your opinion, ideas and requests.                    

Informations de Base sur l'Extension

Nom World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
URL Officiel https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Description EASY to access on your toolbar with a list of country that you visit often at a glance.
Taille du Fichier 2.76 MB
Nombre d'Installations 1,678
Version Actuelle 1.2
Dernière Mise à Jour 2021-07-08
Date de Publication 2020-11-10
Évaluation 4.75/5 Total 8 Évaluations
Développeur davidjutegsn911
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://world-clock-list.web.app/privacypolicy.html
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Toolbar",
    "version": "1.2",
    "description": "EASY to access on your toolbar with a list of country that you visit often at a glance.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/earthclock_16.png",
            "32": "images\/earthclock_32.png",
            "48": "images\/earthclock_48.png",
            "128": "images\/earthclock_128.png"
        }
    },
    "icons": {
        "16": "images\/earthclock_16.png",
        "32": "images\/earthclock_32.png",
        "48": "images\/earthclock_48.png",
        "128": "images\/earthclock_128.png"
    },
    "manifest_version": 2
}