Analog 24
24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
O que é Analog 24?
Analog 24 é uma extensão do Chrome desenvolvida por Patrick Moody, e sua principal característica é "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Analog 24
Baixe arquivos de extensão Analog 24 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
24 hour analog clock for your new tab. Why? It's a cool way to see where you are in the day at a glance - without worrying about the exact minutes. Inspired by 'Slow' brand watches.
Informações Básicas da Extensão
Nome | Analog 24 |
ID | iacbjlpendfggiiodeabcgfpbfomiiij |
URL Oficial | https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij |
Descrição | 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches. |
Tamanho do Arquivo | 13 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.5 |
Última Atualização | 2015-07-12 |
Data de Publicação | 2015-07-11 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Patrick Moody |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analog 24", "description": "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.", "version": "1.5", "incognito": "split", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |