Good Times - Time Zone Clocks
Browser button that displays time zone clocks
O que é Good Times - Time Zone Clocks?
Good Times - Time Zone Clocks é uma extensão do Chrome desenvolvida por scottschafferdesign, e sua principal característica é "Browser button that displays time zone clocks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Good Times - Time Zone Clocks
Baixe arquivos de extensão Good Times - Time Zone Clocks 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 simple Browser Button displays your local time, and your choice of a number of popular time zones across the world. Add them to your clock list, sort them, and remove them at your leisure. Good Times also comes with a number of different color and font themes that you can flip through. New time zones and themes will be added over time.
Informações Básicas da Extensão
Nome | Good Times - Time Zone Clocks |
ID | pflkmmpmblhpdngdddakekchmpaijdpb |
URL Oficial | https://chromewebstore.google.com/detail/good-times-time-zone-cloc/pflkmmpmblhpdngdddakekchmpaijdpb |
Descrição | Browser button that displays time zone clocks |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 48 |
Versão Atual | 2.1 |
Última Atualização | 2021-04-16 |
Data de Publicação | 2021-04-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | scottschafferdesign |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Good Times - Time Zone Clocks", "version": "2.1", "description": "Browser button that displays time zone clocks", "author": "Scott Schaffer", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "Good Times" }, "permissions": [ "storage" ] } |