Timewatch extension

do what they don't do

什么是Timewatch extension?

Timewatch extension是由Tom开发的Chrome扩展程序,该扩展的主要功能是“do what they don't do”。

下载Timewatch extension扩展crx文件

下载Timewatch extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add some details to the timewatch time report, like avg working hours
version 2: support multiple tables
version 3: support half days                    

扩展基本信息

名称 Timewatch extension Timewatch extension
ID ldgghciejddllgfjbinnpjmpfbihlham
官方URL https://chromewebstore.google.com/detail/timewatch-extension/ldgghciejddllgfjbinnpjmpfbihlham
简介 do what they don't do
文件大小 9.33 KB
安装次数 12
当前版本 3.0
更新时间 2018-04-26
上架时间 2018-04-26
开发者 Tom
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timewatch extension",
    "version": "3.0",
    "description": "do what they don't do",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/admin.timewatch.co.il\/phaseb\/po_presence.php*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}