simpleClock

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

什么是simpleClock?

simpleClock是由Stefan Dietz开发的Chrome扩展程序,该扩展的主要功能是“Shows a simple clock top right in the browser. The color is free selectable.”。

扩展截图

screenshot

下载simpleClock扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 simpleClock simpleClock
ID gdpdmdkjppdbhdbnkalaigilmdjkiine
官方URL https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine
简介 Shows a simple clock top right in the browser. The color is free selectable.
文件大小 133 KB
安装次数 1,000
当前版本 2.3
更新时间 2021-08-31
上架时间 2013-01-05
评分 4.57/5 共7次评分
开发者 Stefan Dietz
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/sdvg/simpleClock_v2/issues
支持的语言 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"
    }
}