World Clock Toolbar

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

Wat is World Clock Toolbar?

World Clock Toolbar is een Chrome-extensie ontwikkeld door davidjutegsn911, en de belangrijkste functie is "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie World Clock Toolbar

Download World Clock Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Officiële URL https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Beschrijving EASY to access on your toolbar with a list of country that you visit often at a glance.
Bestandsgrootte 2.76 MB
Aantal Installaties 1,678
Huidige Versie 1.2
Laatst Bijgewerkt 2021-07-08
Publicatiedatum 2020-11-10
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar davidjutegsn911
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://world-clock-list.web.app/privacypolicy.html
Ondersteunde Talen 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
}