UTC Time
Displays current Coordinated Universal Time (UTC).
Wat is UTC Time?
UTC Time is een Chrome-extensie ontwikkeld door SmartAzanClock, en de belangrijkste functie is "Displays current Coordinated Universal Time (UTC).".
Extensie Screenshots
Download het CRX-bestand van de extensie UTC Time
Download UTC Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✔️ Single-purpose ✔️ Lightweight
Click on the icon to switch between 24hr & 12hr modes. Basisinformatie over de Extensie
| Naam | |
| ID | moffeconabpedpjjodkhfllgflhaniim |
| Officiële URL | https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim |
| Beschrijving | Displays current Coordinated Universal Time (UTC). |
| Bestandsgrootte | 6.19 KB |
| Aantal Installaties | 639 |
| Huidige Versie | 0.0.1.9 |
| Laatst Bijgewerkt | 2022-09-17 |
| Publicatiedatum | 2022-01-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | SmartAzanClock |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://smartazanclock.com/privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"short_name": "__MSG_short_name__",
"version": "0.0.1.9",
"default_locale": "en",
"description": "__MSG_description__",
"manifest_version": 3,
"permissions": [
"storage",
"alarms"
],
"background": {
"service_worker": "serviceWorker.js"
},
"minimum_chrome_version": "88",
"action": {
"default_title": "__MSG_short_name__",
"default_icon": {
"128": "images\/_icon.png"
}
},
"icons": {
"128": "images\/_icon.png"
}
} | |