TimeNow

Allowing users to easily track the current time across different regions of the world.

O que é TimeNow?

TimeNow é uma extensão do Chrome desenvolvida por Playdigo Inc, e sua principal característica é "Allowing users to easily track the current time across different regions of the world.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TimeNow

Baixe arquivos de extensão TimeNow 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

                        Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches.

By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use -  http://timenow.world/terms-and-conditions/
and Privacy Policy - http://timenow.world/privacy-policy/

You can find more about us here:
http://timenow.world/about-us/                    

Informações Básicas da Extensão

Nome TimeNow TimeNow
ID afilbkkbagloanfddkgnbeamaoekando
URL Oficial https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando
Descrição Allowing users to easily track the current time across different regions of the world.
Tamanho do Arquivo 3.28 MB
Contagem de Instalações 7,941
Versão Atual 2.1
Última Atualização 2023-09-06
Data de Publicação 2023-07-02
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor Playdigo Inc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://timenow.world/
URL da Página de Política de Privacidade https://playdigo.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeNow",
    "description": "Allowing users to easily track the current time across different regions of the world.",
    "version": "2.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}