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 💯
什麼是Shade non-working hours for Google Calendar?
Shade non-working hours for Google Calendar是由Madeleine Smith Software開發的Chrome擴展程式,該擴展的主要功能是“Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯”。
擴展截圖
下載Shade non-working hours for Google Calendar擴展crx文件
下載Shade non-working hours for Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 💯 擴展基本資訊
| 名稱 | |
| ID | hdlfamnpialfmlkddnmijnimciflhbjo |
| 官方網址 | https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo |
| 簡介 | Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯 |
| 檔案大小 | 24.88 MB |
| 安裝次數 | 2,214 |
| 目前版本 | 1.4.0 |
| 更新時間 | 2023-04-15 |
| 上架時間 | 2022-10-27 |
| 評分 | 4.46/5 共 13 次評分 |
| 開發者 | Madeleine Smith Software |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.madeleinesmith.uk/ |
| 說明頁面URL | https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0 |
| 支援的語言 | 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"
}
} | |