Time Icon

View the current time from the chrome extension bar. Right click on the time icon for the full date.

Time Icon란 무엇입니까?

Time Icon은(는) Brandon Fowler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the current time from the chrome extension bar. Right click on the time icon for the full date."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible.

When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format.

The extension uses the time of your computer, so you can change the timezone in your computer's settings.                    

확장 프로그램 기본 정보

이름 Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
공식 URL https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
설명 View the current time from the chrome extension bar. Right click on the time icon for the full date.
파일 크기 7.29 KB
설치 횟수 30
현재 버전 1.2.2
최근 업데이트 2023-01-03
출시 날짜 2019-10-09
개발자 Brandon Fowler
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Icon",
    "version": "1.2.2",
    "permissions": [
        "alarms",
        "storage"
    ],
    "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}