simpleClock

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

What is simpleClock?

simpleClock is a Chrome extension developed by Stefan Dietz, and its main feature is "Shows a simple clock top right in the browser. The color is free selectable.".

Extension Screenshots

screenshot

Download simpleClock Extension CRX File

Download simpleClock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name simpleClock simpleClock
ID gdpdmdkjppdbhdbnkalaigilmdjkiine
Official URL https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine
Description Shows a simple clock top right in the browser. The color is free selectable.
File Size 133 KB
Installation Count 1,000
Current Version 2.3
Last Updated 2021-08-31
Publish Date 2013-01-05
Rating 4.57/5 Total 7 Ratings
Developer Stefan Dietz
Email [email protected]
Payment Type free
Help Page URL https://github.com/sdvg/simpleClock_v2/issues
Supported Languages 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"
    }
}