Destato Clock +
Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
Hvad er Destato Clock +?
Destato Clock + er en Chrome-udvidelse udviklet af Coredes Interactive, og dens hovedfunktion er "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".
Udvidelsesskærmbilleder
Download Destato Clock +-udvidelses-CRX-fil
Download Destato Clock +-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lfgoimkdajcjnjpjambieagncikogiop |
| Officiel URL | https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop |
| Beskrivelse | Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable. |
| Filstørrelse | 60.9 KB |
| Antal Installationer | 257 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2020-02-09 |
| Udgivelsesdato | 2020-02-09 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Coredes Interactive |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |