Beautiful Digital Clock with Greetings

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

什么是Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings是由Naruth Kongurai开发的Chrome扩展程序,该扩展的主要功能是“A beautiful new tab page that displays a digital 12-hour format clock.”。

扩展截图

screenshot
screenshot
screenshot

下载Beautiful Digital Clock with Greetings扩展crx文件

下载Beautiful Digital Clock with Greetings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
官方URL https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
简介 A beautiful new tab page that displays a digital 12-hour format clock.
文件大小 55.11 KB
安装次数 83
当前版本 1.0
更新时间 2018-09-25
上架时间 2018-09-25
评分 5.00/5 共1次评分
开发者 Naruth Kongurai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.naruthk.com
支持的语言 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"
    }
}