GMT/UTC Clock
UTC Clock extension for Google Chrome.
Was ist GMT/UTC Clock?
GMT/UTC Clock ist eine Chrome-Erweiterung, die von Casey Hunt entwickelt wurde, und ihr Hauptmerkmal ist "UTC Clock extension for Google Chrome.".
Erweiterungsscreenshots
GMT/UTC Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie GMT/UTC Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
An extremely simple extension that adds a button for GMT/UTC Time in your Chrome toolbar. Link to the font used in the screenshot in the developer website link. Please download and install this font (free) if you want it to look as it does in the screenshot. --- v5.1 Changelog --- * Bug fix: Badge properly displays time & updates every 5 seconds --- v5.0 Changelog --- Upgrade manifest to v3 --- v4.1 Changelog --- Updating base font for improved readability. --- v4.0 Changelog --- * New aesthetic styling! Easier to read & prettier. * No font download required- using Google Web Font to display. * New code standards enforced. * Day of the week (in UTC format) now displays. --- v3.0 Changelog --- * Updated art and text to only show 'UTC' -- GMT is an antiquated term.
Grundlegende Informationen zur Erweiterung
Name | GMT/UTC Clock |
ID | lkiboebkhioapbcogmjkkjbpgbgjlodj |
Offizielle URL | https://chromewebstore.google.com/detail/gmtutc-clock/lkiboebkhioapbcogmjkkjbpgbgjlodj |
Beschreibung | UTC Clock extension for Google Chrome. |
Dateigröße | 4.39 MB |
Installationsanzahl | 11,362 |
Aktuelle Version | 5.1.0 |
Letztes Update | 2024-02-08 |
Veröffentlichungsdatum | 2015-11-05 |
Bewertung | 4.00/5 Insgesamt 64 Bewertungen |
Entwickler | Casey Hunt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://caseymhunt.github.com/utc-clock-extension/ |
Hilfeseite URL | http://caseymhunt.github.com/utc-clock-extension/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GMT\/UTC Clock", "description": "UTC Clock extension for Google Chrome.", "version": "5.1.0", "author": "Casey Hunt", "background": { "service_worker": "sw.js" }, "action": { "default_title": "UTC Clock", "default_icon": "images\/icon2.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png" } } |