World Clock Toolbar

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

Was ist World Clock Toolbar?

World Clock Toolbar ist eine Chrome-Erweiterung, die von davidjutegsn911 entwickelt wurde, und ihr Hauptmerkmal ist "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Erweiterungsscreenshots

screenshot

World Clock Toolbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie World Clock Toolbar-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Offizielle URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Beschreibung EASY to access on your toolbar with a list of country that you visit often at a glance.
Dateigröße 2.76 MB
Installationsanzahl 1,678
Aktuelle Version 1.2
Letztes Update 2021-07-08
Veröffentlichungsdatum 2020-11-10
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler davidjutegsn911
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://world-clock-list.web.app/privacypolicy.html
Unterstützte Sprachen 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
}