Destato Clock +

Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.

Qu'est-ce que Destato Clock + ?

Destato Clock + est une extension Chrome développée par Coredes Interactive, et sa fonction principale est "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Destato Clock +

Téléchargez les fichiers d'extension Destato Clock + au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Destato Clock + Destato Clock +
ID lfgoimkdajcjnjpjambieagncikogiop
URL Officiel https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop
Description Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
Taille du Fichier 60.9 KB
Nombre d'Installations 257
Version Actuelle 1.3
Dernière Mise à Jour 2020-02-09
Date de Publication 2020-02-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Coredes Interactive
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}