HoverClock

Hover Clock is a beautiful, customizable digital clock for any web page. Hover Clock Features: • Clocks settings can be…

HoverClock란 무엇입니까?

HoverClock은(는) josh.be.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hover Clock is a beautiful, customizable digital clock for any web page. Hover Clock Features: • Clocks settings can be…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

HoverClock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hover Clock is a beautiful, customizable digital clock for any web page.

Hover Clock Features:

• Clocks settings can be customized for every web page.
• Change size and position by simply dragging the clock anywhere on your screen.
• Open the settings menu to browse millions of background images.
• Control which sites the clock appears on.
• Each site you visit can have a custom clock size, color, and background.
• Settings are automatically saved for each web page.
• Minimize the clock into a mini "time capsule".
• Clocks can be opened into new browser window for use anywhere on your computer desktop.
• Clock can be opened into a new browser tab.
• Clock can be instantly docked to preset locations (top left, top right, etc).

How to use:

• Once installed, the clock will automatically appear on every webpage. You can drag the clock by clicking and holding the mouse on it, and resize it by dragging the lower right corner.

• Click the minimize button in the upper left corner to enable a tiny "time capsule" version of the clock.

• Click the "New Window" button (+) in the upper right to pop open the current clock into it's own browser window that you place anywhere on your computer.

• Click the "Full Screen" button in the upper right corner to fill the current web page, or as a new window for a true full screen experience.

• To customize the clock's appearance and manage blocked domains, click on the settings icon in the bottom left corner of the clock. This will open settings where you can change the font size, background color and opacity, and load random background images. You can also toggle the display of date, time zone, and seconds. Click the Save button to remember your settings.

• If you want to hide the clock for a specific domain, simply open the settings and click the block button. This will add the domain to a blocked list which you can also manage in settings (from any other site that isn't blocked).

• To minimize the clock into a small "time capsule", simply press the corner arrow in the upper left of the clock.

• Click the dock icon to select from preset locations on the screen: top left, top center, top right, bottom left, bottom center, bottom right, and screen center.

• Click the New Tab button to open full-page the clock in a new browser tab.

- - - - - - -

Privacy:

The HoverClock Extension only saves your settings locally on your browser using Chrome's sync storage. No data is collected or shared externally.

- - - - - - -

New in Version 1.61

Minor bug fixes


New in Version 1.6

Open clock in a new tab
Docking buttons for sides and corners of screen
Update action icons
Multiple frontend and backend optimizations


New in Version 1.5.1

Removed unused ActiveTab permission


New in Version 1.5

Millions of background images via Unsplash API
Image Links and Attributions
Image loading indicator spinner
Auto-saving indicator spinner
Random Image Themes
Separate Opacity Settings for Image and Color
All settings auto-save
Free resize (aspect ratio not constrained)
Multiple frontend and backend optimizations

New in Version 1.4

Button to pop out into it's own window
'Minimized' state is saved across sessions
Full screen button
Clock will always remain on-screen when moving/resizing

New in Version 1.3

Minimized Time Capsule
Encapsulated in Shadow DOM
Clips long blocked site names
Moved block button to settings
Clock settings unique to each domain

New in Version 1.2

Standardized Style across domains
Hide without blocking domain
Random Background Image
12/24 Hours Format
Hide TimeZone
Hide Seconds
Hide Date

- - - - - - -

Known issue:

Some web sites use CSP (Content Security Policy) settings that prevent the random background images from loading. On these sites, you will only be able to change the background color and opacity.

- - - - - - -

Acknowledgments

Background Image Photos Courtesy of Unsplash
Loading/Saving Spinners Courtesy of Loading.IO
Coding Assitance from ChatGPT-4                    

확장 프로그램 기본 정보

이름 HoverClock HoverClock
ID piopcbodmhbaaohefjddlaneoenokmdm
공식 URL https://chromewebstore.google.com/detail/hoverclock/piopcbodmhbaaohefjddlaneoenokmdm
설명 Hover Clock is a beautiful, customizable digital clock for any web page. Hover Clock Features: • Clocks settings can be…
파일 크기 22.09 KB
설치 횟수 72
현재 버전 1.61
최근 업데이트 2023-07-03
출시 날짜 2023-06-02
개발자 josh.be.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://josh.be/dev/hoverclock/
도움말 페이지 URL https://josh.be/dev/hoverclock/
개인정보 보호 정책 페이지 URL https://josh.be/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HoverClock",
    "version": "1.61",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hoverclock.html",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}