WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Event Days to Now for Google Calendar

Event Days to Now for Google Calendar

View on Chrome Web Store
View Event Days to Now for Google Calendar Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
63 views
This extension has been viewed 63 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Display the number of days or hours remaining until the event in front of the Google Calendar event title
Type
Extension
Users
105 users
1
Roberto 囉博頭
View author page of Roberto 囉博頭
Published
Published on July 13, 2024
Version 1.0.7
Manifest version
3
Updated
Updated on April 1, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Event Days to Now for Google Calendar Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Event Days to Now for Google Calendar",
    "version": "1.0.7",
    "description": "Display the number of days or hours remaining until the event in front of the Google Calendar event title",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top