World Clock Toolbar

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

Vad är World Clock Toolbar?

World Clock Toolbar är en Chrome-tillägg utvecklad av davidjutegsn911, och dess huvudfunktion är "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Tilläggsskärmbilder

screenshot

Ladda ner World Clock Toolbar-förlängningens CRX-fil

Ladda ner World Clock Toolbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
Officiell webbadress https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Beskrivning EASY to access on your toolbar with a list of country that you visit often at a glance.
Filstorlek 2.76 MB
Antal Installationer 1,678
Aktuell Version 1.2
Senast Uppdaterad 2021-07-08
Publiceringsdatum 2020-11-10
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare davidjutegsn911
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://world-clock-list.web.app/privacypolicy.html
Stödda Språk 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
}