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.

Apa itu Date Today for Google Chrome?

Date Today for Google Chrome adalah ekstensi Chrome yang dikembangkan oleh https://www.stefanvd.net, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Date Today for Google Chrome

Unduh file ekstensi Date Today for Google Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Date Today for Google Chrome Date Today for Google Chrome
ID mhgknbehalhkedjgfhiaindklahhkccc
URL Resmi https://chromewebstore.google.com/detail/date-today-for-google-chr/mhgknbehalhkedjgfhiaindklahhkccc
Deskripsi 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.
Ukuran File 328 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.4.3.0
Terakhir Diperbarui 2024-02-02
Tanggal Publikasi 2019-07-28
Penilaian 4.37/5 Total 266 Penilaian
Pengembang https://www.stefanvd.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.stefanvd.net/project/date-today/browser-extension/
URL Halaman Bantuan https://www.stefanvd.net/support/
URL Halaman Kebijakan Privasi https://www.stefanvd.net/privacy
Bahasa yang Didukung 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"
    ]
}