Clock on Top

A Clock that displays on top of each website

什么是Clock on Top?

Clock on Top是由jackandamydev开发的Chrome扩展程序,该扩展的主要功能是“A Clock that displays on top of each website”。

扩展截图

screenshot
screenshot
screenshot

下载Clock on Top扩展crx文件

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

扩展使用说明

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

扩展基本信息

名称 Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
官方URL https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
简介 A Clock that displays on top of each website
文件大小 38.7 KB
安装次数 62
当前版本 1.0.0
更新时间 2020-07-08
上架时间 2020-07-07
评分 5.00/5 共1次评分
开发者 jackandamydev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://jackandamydev.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}