Today - Google Calendar Highlighter for Today

Highlight the today box in Google Calendar

What is Today - Google Calendar Highlighter for Today?

Today - Google Calendar Highlighter for Today is a Chrome extension developed by Unknown, and its main feature is "Highlight the today box in Google Calendar".

Extension Screenshots

screenshot

Download Today - Google Calendar Highlighter for Today Extension CRX File

Download Today - Google Calendar Highlighter for Today extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight TODAY in your Google Calendar                    

Extension Basic Information

Name Today - Google Calendar Highlighter for Today Today - Google Calendar Highlighter for Today
ID nnameabnlpgflijlfihokcjfkffmlmdo
Official URL https://chromewebstore.google.com/detail/today-google-calendar-hig/nnameabnlpgflijlfihokcjfkffmlmdo
Description Highlight the today box in Google Calendar
File Size 49.86 KB
Installation Count 1,532
Current Version 1
Last Updated 2021-11-30
Publish Date 2021-11-29
Rating 4.29/5 Total 7 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Today - Google Calendar Highlighter for Today",
    "description": "Highlight the today box in Google Calendar",
    "version": "1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/calendar.google.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}