Clock on Top

A Clock that displays on top of each website

Was ist Clock on Top?

Clock on Top ist eine Chrome-Erweiterung, die von jackandamydev entwickelt wurde, und ihr Hauptmerkmal ist "A Clock that displays on top of each website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clock on Top-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clock on Top-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

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

Grundlegende Informationen zur Erweiterung

Name Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
Offizielle URL https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Beschreibung A Clock that displays on top of each website
Dateigröße 38.7 KB
Installationsanzahl 62
Aktuelle Version 1.0.0
Letztes Update 2020-07-08
Veröffentlichungsdatum 2020-07-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jackandamydev
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://jackandamydev.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}