Clock Tab by Scamah

This plugin will replace the default new tab with a customizeable clock and date.

什么是Clock Tab by Scamah?

Clock Tab by Scamah是由https://tuxedopigeon.us开发的Chrome扩展程序,该扩展的主要功能是“This plugin will replace the default new tab with a customizeable clock and date.”。

扩展截图

screenshot

下载Clock Tab by Scamah扩展crx文件

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

扩展使用说明

                        This plugin will replace the default new tab with a customizeable clock and date.
Clock Tab is a simplistic and functional new tab clock extension. Clock Tab's customization options for color and font are intuitive and easy to use. It also allows users to more easily access time when in an entirely full screen browser window.

Currently Working on:
  -  Adding more themes and fonts.
  -  Better Screenshots!                    

扩展基本信息

名称 Clock Tab by Scamah Clock Tab by Scamah
ID lipflhjigobellgogblgaognmcgnbfbj
官方URL https://chromewebstore.google.com/detail/clock-tab-by-scamah/lipflhjigobellgogblgaognmcgnbfbj
简介 This plugin will replace the default new tab with a customizeable clock and date.
文件大小 10.95 KB
安装次数 40
当前版本 3.3
更新时间 2021-08-03
上架时间 2020-02-28
开发者 https://tuxedopigeon.us
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Tab by Scamah",
    "description": "This plugin will replace the default new tab with a customizeable clock and date.",
    "version": "3.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "clockTab.html"
    },
    "web_accessible_resources": [
        "*.png",
        "*.ttf"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "Icon\/Icon16.png",
        "48": "Icon\/Icon48.png",
        "128": "Icon\/Icon128.png"
    }
}