Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

O que é Google Calendar - Secondary timezone switch?

Google Calendar - Secondary timezone switch é uma extensão do Chrome desenvolvida por Sid, e sua principal característica é "Quickly change secondary timezone based on world clock".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Calendar - Secondary timezone switch

Baixe arquivos de extensão Google Calendar - Secondary timezone switch 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

                        This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar                    

Informações Básicas da Extensão

Nome Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
URL Oficial https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Descrição Quickly change secondary timezone based on world clock
Tamanho do Arquivo 10.1 KB
Contagem de Instalações 46
Versão Atual 1.0
Última Atualização 2022-04-10
Data de Publicação 2022-04-10
Desenvolvedor Sid
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar - Secondary timezone switch",
    "description": "Quickly change secondary timezone based on world clock",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}