Clock Icon

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

Wat is Clock Icon?

Clock Icon is een Chrome-extensie ontwikkeld door https://nemrod.se, en de belangrijkste functie is "Shows the time (hours and minutes) next to the omnibox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clock Icon

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

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

Basisinformatie over de Extensie

Naam Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
Officiële URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Beschrijving Shows the time (hours and minutes) next to the omnibox.
Bestandsgrootte 7.43 KB
Aantal Installaties 527
Huidige Versie 1.1
Laatst Bijgewerkt 2013-06-19
Publicatiedatum 2013-06-19
Beoordeling 3.17/5 Totaal 6 Beoordelingen
Ontwikkelaar https://nemrod.se
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://nemrod.se
Help Pagina-URL http://nemrod.se/chrome-extensions/clock-icon
Ondersteunde Talen 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"
    }
}