Destato Clock +
Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
¿Qué es Destato Clock +?
Destato Clock + es una extensión de Chrome desarrollada por Coredes Interactive, y su función principal es "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Destato Clock +
Descarga archivos de extensión Destato Clock + en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | lfgoimkdajcjnjpjambieagncikogiop |
| URL Oficial | https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop |
| Descripción | Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable. |
| Tamaño del Archivo | 60.9 KB |
| Cantidad de Instalaciones | 257 |
| Versión Actual | 1.3 |
| Última Actualización | 2020-02-09 |
| Fecha de Publicación | 2020-02-09 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | Coredes Interactive |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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'"
} | |