Date Today for Google Chrome

The best clock to see in one glance the current date and time. With an option to see the digital clock in the browser toolbar.

Date Today for Google Chrome란 무엇입니까?

Date Today for Google Chrome은(는) https://www.stefanvd.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best clock to see in one glance the current date and time. With an option to see the digital clock in the browser toolbar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Date Today for Google Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stay organized and never lose track of time with Date Today, the perfect browser extension for displaying an analog clock in your toolbar bar. In a single blink, effortlessly access the current date and time, helping you manage your schedule seamlessly.

Date Today is a lightweight and useful add-in designed to know the current time in hours and minutes. With the current day of the week, day number and current month. Are you asking yourself 'what day is it today' or 'what is the time today'? With one single click on the button you get this information, and if you click again in the popup window. You copy the current timestamp in your clipboard. So, you can paste it in your online Google Doc, Microsoft Word Document or your new Gmail email message.

Browser extension features:
◆ Popup Panel:
View the current date and time in a convenient popup window for quick reference.
◆ Clock format:
Choose between a 12-hour or 24-hour clock system to suit your preference.
◆ Browser Button Options:
Opt to showcase either the Analog or Digital Clock in the browser button for added flexibility.
◆ Customize Day Theme:
Personalize the color of the hour and minute hands to match your style.
◆ Customize Night Mode theme
Activate Night Mode for a visually comfortable clock display during darker hours.
◆ Color Personalization:
Make it yours by customizing the number and text color to reflect your unique taste.
◆ Font Family Customization:
Modify the font family with options such as Arial, Impact, Sans-serif, Times New Roman, and Verdana.
◆ Picture-in-Picture Mode:
Experience enhanced visibility with the Picture-in-Picture mode, showcasing the Date Today panel in a convenient floating popup window. Stay informed about the date and time without disrupting your browsing experience.
◆ Badge Customization:
- Current Date Badge:
Enhance your experience with the inclusion of a Current Date badge, prominently displaying the current date in a clear and concise format.
- Current Time Badge:
Keep track of the current time with a dedicated badge, providing quick access to this essential information.
- Day Number and Month Badge:
Display a customized badge featuring the day number, seamlessly integrated with the month. Choose whether to position it at the top or bottom, depending on your web browser's layout.
- Day Name of the Week Badge:
Elevate your toolbar with the inclusion of a dynamic Day of the Week badge. Stay informed about the current day effortlessly, ensuring you are always in sync with your schedule.
- Customizable Badge Color:
Personalize your badges by selecting your favorite colors. Choose hues that resonate with your style and preferences, ensuring a visually appealing and cohesive browsing experience.
◆ Tooltip:
Easily monitor the current date and time (hours:minutes:seconds) directly in the toolbar.
◆ Context Menu:
Right-click menu functionality to paste the current timestamp in text boxes, text fields, and the address bar.
◆ Support for Dark Mode

Project Information:
https://www.stefanvd.net/project/date-today/browser-extension/

Required Permissions:
◆ "contextMenus": Add web browser context menu to paste the current timestamp.
◆ "activeTab": This to execute the context menu action on the currently open tab.
◆ "alarms": This to run the clock time in the background.
◆ "storage": Save settings locally and sync with your web browser account.

<<< Option feature >>>
Unlock an option feature to protect your eyes at night and focus on the video player, such as YouTube™, by installing Turn Off the Lights browser extension for YouTube and Beyond.
https://chromewebstore.google.com/detail/turn-off-the-lights/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

확장 프로그램 기본 정보

이름 Date Today for Google Chrome Date Today for Google Chrome
ID mhgknbehalhkedjgfhiaindklahhkccc
공식 URL https://chromewebstore.google.com/detail/date-today-for-google-chr/mhgknbehalhkedjgfhiaindklahhkccc
설명 The best clock to see in one glance the current date and time. With an option to see the digital clock in the browser toolbar.
파일 크기 328 KB
설치 횟수 10,000
현재 버전 1.4.3.0
최근 업데이트 2024-02-02
출시 날짜 2019-07-28
평점 4.37/5 총 266 개의 평점
개발자 https://www.stefanvd.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.stefanvd.net/project/date-today/browser-extension/
도움말 페이지 URL https://www.stefanvd.net/support/
개인정보 보호 정책 페이지 URL https://www.stefanvd.net/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_namechrome__",
    "short_name": "Date Today",
    "version": "1.4.3.0",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_browsertitle__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "88",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "MacCtrl+Shift+D"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/constants.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "alarms"
    ]
}