Shade non-working hours for Google Calendar

Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯

What is Shade non-working hours for Google Calendar?

Shade non-working hours for Google Calendar is a Chrome extension developed by Madeleine Smith Software, and its main feature is "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".

Extension Screenshots

screenshot
screenshot
screenshot

Download Shade non-working hours for Google Calendar Extension CRX File

Download Shade non-working hours for Google Calendar 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

                        About:
• This extension allows you to 'grey-out' your non-working hours in the day, week and '4 day' views of Google Calendar. 
• Use it to quickly see which hours of your day are blocked off for work and non-work time.

Usage instructions:
• Click into the extension to set your personal working hours 👩‍💻

Disclaimer:
• I'm in no way affiliated with Google or the Google Calendar brand 💯                    

Extension Basic Information

Name Shade non-working hours for Google Calendar Shade non-working hours for Google Calendar
ID hdlfamnpialfmlkddnmijnimciflhbjo
Official URL https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo
Description Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯
File Size 24.88 MB
Installation Count 2,214
Current Version 1.4.0
Last Updated 2023-04-15
Publish Date 2022-10-27
Rating 4.46/5 Total 13 Ratings
Developer Madeleine Smith Software
Email [email protected]
Payment Type free
Extension Website https://www.madeleinesmith.uk/
Help Page URL https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shade non-working hours for Google Calendar",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "1.4.0",
    "description": "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock \ud83d\udcaf",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}