Clock Icon

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

Was ist Clock Icon?

Clock Icon ist eine Chrome-Erweiterung, die von https://nemrod.se entwickelt wurde, und ihr Hauptmerkmal ist "Shows the time (hours and minutes) next to the omnibox.".

Erweiterungsscreenshots

screenshot

Clock Icon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clock Icon-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

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

Grundlegende Informationen zur Erweiterung

Name Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
Offizielle URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Beschreibung Shows the time (hours and minutes) next to the omnibox.
Dateigröße 7.43 KB
Installationsanzahl 527
Aktuelle Version 1.1
Letztes Update 2013-06-19
Veröffentlichungsdatum 2013-06-19
Bewertung 3.17/5 Insgesamt 6 Bewertungen
Entwickler https://nemrod.se
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://nemrod.se
Hilfeseite URL http://nemrod.se/chrome-extensions/clock-icon
Unterstützte Sprachen 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"
    }
}