Clock Icon

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

Hvad er Clock Icon?

Clock Icon er en Chrome-udvidelse udviklet af https://nemrod.se, og dens hovedfunktion er "Shows the time (hours and minutes) next to the omnibox.".

Udvidelsesskærmbilleder

screenshot

Download Clock Icon-udvidelses-CRX-fil

Download Clock Icon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
Officiel URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Beskrivelse Shows the time (hours and minutes) next to the omnibox.
Filstørrelse 7.43 KB
Antal Installationer 527
Nuværende Version 1.1
Senest Opdateret 2013-06-19
Udgivelsesdato 2013-06-19
Bedømmelse 3.17/5 Samlet 6 Bedømmelser
Udvikler https://nemrod.se
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://nemrod.se
Hjælpeside-URL http://nemrod.se/chrome-extensions/clock-icon
Understøttede Sprog 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"
    }
}