HMS Clock

Hour-Minute-Second, Digital Clock

Wat is HMS Clock?

HMS Clock is een Chrome-extensie ontwikkeld door identityindecision, en de belangrijkste functie is "Hour-Minute-Second, Digital Clock".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HMS Clock

Download HMS Clock-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

                        One-click to view the exact time in your Chrome extension toolbar.

Simple Features, No Fluff:
- Present time, down to the second
- Free to use and works offline
- Adjust the clock's color
- Toggle 12-24 hour time                    

Basisinformatie over de Extensie

Naam HMS Clock HMS Clock
ID mbjkpklcjihpfbldfapoecehlibmfffk
Officiële URL https://chromewebstore.google.com/detail/hms-clock/mbjkpklcjihpfbldfapoecehlibmfffk
Beschrijving Hour-Minute-Second, Digital Clock
Bestandsgrootte 217 KB
Aantal Installaties 38
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2023-03-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar identityindecision
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/damsalem/ext-clock
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HMS Clock",
    "description": "Hour-Minute-Second, Digital Clock",
    "version": "1.1.1",
    "action": {
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}