Clock Icon

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

Qu'est-ce que Clock Icon ?

Clock Icon est une extension Chrome développée par https://nemrod.se, et sa fonction principale est "Shows the time (hours and minutes) next to the omnibox.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clock Icon

Téléchargez les fichiers d'extension Clock Icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
URL Officiel https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Description Shows the time (hours and minutes) next to the omnibox.
Taille du Fichier 7.43 KB
Nombre d'Installations 527
Version Actuelle 1.1
Dernière Mise à Jour 2013-06-19
Date de Publication 2013-06-19
Évaluation 3.17/5 Total 6 Évaluations
Développeur https://nemrod.se
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://nemrod.se
URL de la Page d'Aide http://nemrod.se/chrome-extensions/clock-icon
Langues Prises en Charge 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"
    }
}