UTC Time
Displays current Coordinated Universal Time (UTC).
Vad är UTC Time?
UTC Time är en Chrome-tillägg utvecklad av SmartAzanClock, och dess huvudfunktion är "Displays current Coordinated Universal Time (UTC).".
Tilläggsskärmbilder
Ladda ner UTC Time-förlängningens CRX-fil
Ladda ner UTC Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
✔️ Single-purpose ✔️ Lightweight
Click on the icon to switch between 24hr & 12hr modes. Grundläggande Information om Tillägg
| Namn | |
| ID | moffeconabpedpjjodkhfllgflhaniim |
| Officiell webbadress | https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim |
| Beskrivning | Displays current Coordinated Universal Time (UTC). |
| Filstorlek | 6.19 KB |
| Antal Installationer | 639 |
| Aktuell Version | 0.0.1.9 |
| Senast Uppdaterad | 2022-09-17 |
| Publiceringsdatum | 2022-01-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | SmartAzanClock |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://smartazanclock.com/privacy-policy |
| Stödda Språk | 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"
}
} | |