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
官方URL 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
}