Google Calendar Time Spent

Displays time spent on each of your Google Calendar colors!

什麼是Google Calendar Time Spent?

Google Calendar Time Spent是由zawadzki.louis開發的Chrome擴展程式,該擴展的主要功能是“Displays time spent on each of your Google Calendar colors!”。

擴展截圖

screenshot

下載Google Calendar Time Spent擴展crx文件

下載Google Calendar Time Spent擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to display the amount of time for each colour of your google calendar.
It allows you to know how much time you have (or will) spend each week on each one of your categories.

N.B. : 
* time slots that are not multiples of 15 minutes (e.g. 20 minutes, 55 minutes) might not be accounted correctly
* meetings that are not accepted are counted in the "white" category.                    

擴展基本資訊

名稱 Google Calendar Time Spent Google Calendar Time Spent
ID cfodljgdikllebejmhoifnmmcbfmamij
官方網址 https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij
簡介 Displays time spent on each of your Google Calendar colors!
檔案大小 11.46 KB
安裝次數 2,679
目前版本 1.6
更新時間 2021-11-12
上架時間 2020-05-29
評分 4.30/5 共 20 次評分
開發者 zawadzki.louis
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/bamlab/google-calendar-counter
說明頁面URL https://github.com/bamlab/google-calendar-counter/issues
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}