Toolbar Clock CE-7

Show the current time on toolbar and small calendar on popup window.

Toolbar Clock CE-7란 무엇입니까?

Toolbar Clock CE-7은(는) https://www.styleseven.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the current time on toolbar and small calendar on popup window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Toolbar Clock CE-7 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Press on the extension button to show popup window. Click on date picker to show calendar.
Use "Options" dialog to switch Am/Pm mode to off or select font color.                    

확장 프로그램 기본 정보

이름 Toolbar Clock CE-7 Toolbar Clock CE-7
ID blmjmiddomienmbjkijkgdohhfhclpjc
공식 URL https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc
설명 Show the current time on toolbar and small calendar on popup window.
파일 크기 14.93 KB
설치 횟수 1,970
현재 버전 2.1
최근 업데이트 2015-10-19
출시 날짜 2015-10-19
평점 4.05/5 총 21 개의 평점
개발자 https://www.styleseven.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.styleseven.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toolbar Clock CE-7",
    "version": "2.1",
    "background": {
        "scripts": [
            "base.js"
        ]
    },
    "description": "Show the current time on toolbar and small calendar on popup window.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}