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

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

확장 프로그램 사용 설명서

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