e-clock
Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more
O que é e-clock?
e-clock é uma extensão do Chrome desenvolvida por Yuriy Husnay, e sua principal característica é "Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão e-clock
Baixe arquivos de extensão e-clock 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
e-clock is a new tab replacement which shows you the current time and the weather. Lets you completely customize its look and feel. ★Minimal design, decent level of customization★ ★Simple elegant, runs well★ ★Funky and very comfortable★ Features: ✔ current time and date in 24 or 12 hour format ✔ local weather forecast ✔ quick access to default apps, bookmarks, history and more ✔ plenty of customization options(backgrounds, colors, fonts, etc.) If you have any idea, feature request, question or found a bug, please, add your feedback so I can improve e-clock.
Informações Básicas da Extensão
Nome | e-clock |
ID | ojhhcfhabhligodffabdhcaoicecaboo |
URL Oficial | https://chromewebstore.google.com/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo |
Descrição | Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more |
Tamanho do Arquivo | 19.55 MB |
Contagem de Instalações | 20,000 |
Versão Atual | 3.6.1 |
Última Atualização | 2019-10-15 |
Data de Publicação | 2019-10-15 |
Classificação | 4.65/5 Total de 719 Avaliações |
Desenvolvedor | Yuriy Husnay |
Tipo de Pagamento | free |
Idiomas Suportados | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-clock", "version": "3.6.1", "description": "__MSG_i18nShortDescription__", "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "permissions": [ "storage", "geolocation" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |