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文件

下载Date Today for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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