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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}