Clock on Top

A Clock that displays on top of each website

Cos'è Clock on Top?

Clock on Top è un'estensione di Chrome sviluppata da jackandamydev, e la sua funzione principale è "A Clock that displays on top of each website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Clock on Top

Scarica i file di estensione Clock on Top in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
URL Ufficiale https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Descrizione A Clock that displays on top of each website
Dimensione del File 38.7 KB
Conteggio Installazioni 62
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-07-08
Data di Pubblicazione 2020-07-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jackandamydev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jackandamydev.com/privacy
Lingue Supportate 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"
    }
}