UTC Time Now

Current time in UTC (Coordinated Universal Time).

Vad är UTC Time Now?

UTC Time Now är en Chrome-tillägg utvecklad av https://www.utctime.net, och dess huvudfunktion är "Current time in UTC (Coordinated Universal Time).".

Tilläggsskärmbilder

screenshot

Ladda ner UTC Time Now-förlängningens CRX-fil

Ladda ner UTC Time Now-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

                        Get the current time now in UTC time zone (Coordinated Universal Time).                    

Grundläggande Information om Tillägg

Namn UTC Time Now UTC Time Now
ID ceffohncmfdlkdjbnojpdbmnfnigonba
Officiell webbadress https://chromewebstore.google.com/detail/utc-time-now/ceffohncmfdlkdjbnojpdbmnfnigonba
Beskrivning Current time in UTC (Coordinated Universal Time).
Filstorlek 13.53 KB
Antal Installationer 4,421
Aktuell Version 1.2
Senast Uppdaterad 2023-08-31
Publiceringsdatum 2016-05-27
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare https://www.utctime.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.utctime.net/
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UTC Time Now",
    "description": "Current time in UTC (Coordinated Universal Time).",
    "version": "1.2",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}