US Pacific Time (PT)

Displays current US Pacific Time.

O que é US Pacific Time (PT)?

US Pacific Time (PT) é uma extensão do Chrome desenvolvida por SmartAzanClock, e sua principal característica é "Displays current US Pacific Time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão US Pacific Time (PT)

Baixe arquivos de extensão US Pacific Time (PT) 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

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

Informações Básicas da Extensão

Nome US Pacific Time (PT) US Pacific Time (PT)
ID mgbefemhgjomkfbchpgjioichelccdfd
URL Oficial https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd
Descrição Displays current US Pacific Time.
Tamanho do Arquivo 5.81 KB
Contagem de Instalações 83
Versão Atual 0.0.1.9
Última Atualização 2022-09-17
Data de Publicação 2021-07-16
Desenvolvedor SmartAzanClock
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://smartazanclock.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}