Destato Clock +
Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
O que é Destato Clock +?
Destato Clock + é uma extensão do Chrome desenvolvida por Coredes Interactive, e sua principal característica é "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Destato Clock +
Baixe arquivos de extensão Destato 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
Destato is a beautiful digital clock that pleases your eyes. It comes with an option to change colors of the background and text. Main features - Shows your current location - Current Day / Month and Year in easily readable format - Customizable colors for text and background - Clock as pop up (New) Version 1.3 ------------------ Added pop up for clock. so you can see the time from any tab
Informações Básicas da Extensão
Nome | Destato Clock + |
ID | lfgoimkdajcjnjpjambieagncikogiop |
URL Oficial | https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop |
Descrição | Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable. |
Tamanho do Arquivo | 60.9 KB |
Contagem de Instalações | 257 |
Versão Atual | 1.3 |
Última Atualização | 2020-02-09 |
Data de Publicação | 2020-02-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Coredes Interactive |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Destato Clock +", "description": "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.", "version": "1.3", "permissions": [ "https:\/\/www.google-analytics.com\/" ], "chrome_url_overrides": { "newtab": "files\/index.html" }, "browser_action": { "default_popup": "files\/popup.html" }, "short_name": "Destato Digital Clock", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |