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
官方網址 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"
    }
}