Clock

A simple clock in the toolbar.

什么是Clock?

Clock是由onimax开发的Chrome扩展程序,该扩展的主要功能是“A simple clock in the toolbar.”。

扩展截图

screenshot

下载Clock扩展crx文件

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

扩展使用说明

                        A minimal clock as a clickable toolbar item.                    

扩展基本信息

名称 Clock Clock
ID cpocpfccehgaoaefhgfgimjicohiecje
官方URL https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje
简介 A simple clock in the toolbar.
文件大小 17.3 KB
安装次数 895
当前版本 1.0
更新时间 2019-03-12
上架时间 2019-03-12
评分 4.50/5 共6次评分
开发者 onimax
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock",
    "version": "1.0",
    "description": "A simple clock in the toolbar.",
    "browser_action": {
        "default_title": "Clock",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/base.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}