Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

What is Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings is a Chrome extension developed by Naruth Kongurai, and its main feature is "A beautiful new tab page that displays a digital 12-hour format clock.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Beautiful Digital Clock with Greetings Extension CRX File

Download Beautiful Digital Clock with Greetings 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

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

Extension Basic Information

Name Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
Official URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Description A beautiful new tab page that displays a digital 12-hour format clock.
File Size 55.11 KB
Installation Count 83
Current Version 1.0
Last Updated 2018-09-25
Publish Date 2018-09-25
Rating 5.00/5 Total 1 Ratings
Developer Naruth Kongurai
Email [email protected]
Payment Type free
Extension Website https://www.naruthk.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}