Clock on Top

A Clock that displays on top of each website

Wat is Clock on Top?

Clock on Top is een Chrome-extensie ontwikkeld door jackandamydev, en de belangrijkste functie is "A Clock that displays on top of each website".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clock on Top

Download Clock on Top-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

                        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...                    

Basisinformatie over de Extensie

Naam Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
Officiële URL https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Beschrijving A Clock that displays on top of each website
Bestandsgrootte 38.7 KB
Aantal Installaties 62
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-07-08
Publicatiedatum 2020-07-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jackandamydev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://jackandamydev.com/privacy
Ondersteunde Talen 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"
    }
}