Just a Clock - the Hours

A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar!

Just a Clock - the Hours란 무엇입니까?

Just a Clock - the Hours은(는) Marc G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Just a Clock - the Hours 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just a clock, in your Chrome toolbar; Nice and big and simple.  There are 2 extensions, one for the Hours and one for the Minutes.

I built this because I usually have a full screen app/game/video going on my main monitor and can't see the clock.  My browser is usually on my 2nd monitor and now I can always see the time at a glance!

This is JUST THE HOURS (12 or 24 hour modes available) and meant to be paired with the "Just a Clock - The Minutes" extension in your toolbar and positioned to its LEFT.

Remember to also install the MINUTES: https://chrome.google.com/webstore/detail/pgmgkfgcnigcopcjhilfabbdgmjmkogj

-- Now with 24 hour support because you asked for it!
-- And Desktop Notifications upon the hour can be turned on in Options
-- Also, white numbers for dark themes are available in Options

- Russian translation provided by Ross Yes
- Turkish translation provided by Kerem Özen
- German translation provided by Arshad Tayyeb
- Italian translation provided by Stefano Moris
- Dutch translation provided by Joery van Druten

If you like it please let me know in the comments.  If you have any suggestions or requests please also let me know.                    

확장 프로그램 기본 정보

이름 Just a Clock - the Hours Just a Clock - the Hours
ID agglgohcegmeeaccikjfmehncfomccpg
공식 URL https://chromewebstore.google.com/detail/just-a-clock-the-hours/agglgohcegmeeaccikjfmehncfomccpg
설명 A simple digital clock for the toolbar. This is JUST THE HOURS. Pair with the minutes for an awesome readable clock in your toolbar!
파일 크기 125 KB
설치 횟수 10,000
현재 버전 0.93.6
최근 업데이트 2020-11-19
출시 날짜 2015-12-04
평점 4.38/5 총 280 개의 평점
개발자 Marc G
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,nl,tr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.93.6",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "iconSmall.png",
        "32": "iconWin.png",
        "48": "iconMed.png",
        "128": "iconBig.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "12-19.png",
            "38": "12-38.png"
        }
    },
    "background": {
        "scripts": [
            "setHour.js"
        ]
    },
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}