Clock Icon

Shows the time (hours and minutes) next to the omnibox.

Cos'è Clock Icon?

Clock Icon è un'estensione di Chrome sviluppata da https://nemrod.se, e la sua funzione principale è "Shows the time (hours and minutes) next to the omnibox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clock Icon

Scarica i file di estensione Clock Icon 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

                        A way to easily see the current time (and date by hovering) next to the omnibox.                    

Informazioni di Base sull'Estensione

Nome Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
URL Ufficiale https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Descrizione Shows the time (hours and minutes) next to the omnibox.
Dimensione del File 7.43 KB
Conteggio Installazioni 527
Versione Corrente 1.1
Ultimo Aggiornamento 2013-06-19
Data di Pubblicazione 2013-06-19
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore https://nemrod.se
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://nemrod.se
URL della Pagina di Aiuto http://nemrod.se/chrome-extensions/clock-icon
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}