simpleClock

Shows a simple clock top right in the browser. The color is free selectable.

Was ist simpleClock?

simpleClock ist eine Chrome-Erweiterung, die von Stefan Dietz entwickelt wurde, und ihr Hauptmerkmal ist "Shows a simple clock top right in the browser. The color is free selectable.".

Erweiterungsscreenshots

screenshot

simpleClock-Erweiterungs-CRX-Datei herunterladen

Laden Sie simpleClock-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

                        Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.                    

Grundlegende Informationen zur Erweiterung

Name simpleClock simpleClock
ID gdpdmdkjppdbhdbnkalaigilmdjkiine
Offizielle URL https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine
Beschreibung Shows a simple clock top right in the browser. The color is free selectable.
Dateigröße 133 KB
Installationsanzahl 1,000
Aktuelle Version 2.3
Letztes Update 2021-08-31
Veröffentlichungsdatum 2013-01-05
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler Stefan Dietz
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/sdvg/simpleClock_v2/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "simpleClock",
    "version": "2.3",
    "manifest_version": 2,
    "permissions": [],
    "description": "Shows a simple clock top right in the browser. The color is free selectable.",
    "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/lib\/dateformat.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}