World Clock Toolbar

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

O que é World Clock Toolbar?

World Clock Toolbar é uma extensão do Chrome desenvolvida por davidjutegsn911, e sua principal característica é "EASY to access on your toolbar with a list of country that you visit often at a glance.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão World Clock Toolbar

Baixe arquivos de extensão World Clock Toolbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome World Clock Toolbar World Clock Toolbar
ID kkppmdakhdcgoidhmoegcnbmboljojom
URL Oficial https://chromewebstore.google.com/detail/world-clock-toolbar/kkppmdakhdcgoidhmoegcnbmboljojom
Descrição EASY to access on your toolbar with a list of country that you visit often at a glance.
Tamanho do Arquivo 2.76 MB
Contagem de Instalações 1,678
Versão Atual 1.2
Última Atualização 2021-07-08
Data de Publicação 2020-11-10
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor davidjutegsn911
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://world-clock-list.web.app/privacypolicy.html
Idiomas Suportados 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
}