Destato Clock +

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

Τι είναι το Destato Clock +;

Το Destato Clock + είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Coredes Interactive, και η κύρια λειτουργία του είναι "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Destato Clock +

Λήψη αρχείων επέκτασης Destato Clock + σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Destato Clock + Destato Clock +
ID lfgoimkdajcjnjpjambieagncikogiop
Επίσημο URL https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop
Περιγραφή Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
Μέγεθος Αρχείου 60.9 KB
Αριθμός Εγκαταστάσεων 257
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2020-02-09
Ημερομηνία Δημοσίευσης 2020-02-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Coredes Interactive
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}