Time Tracker

Keeps track of how much time you spend on various web sites.

什么是Time Tracker?

Time Tracker是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Keeps track of how much time you spend on various web sites.”。

扩展截图

screenshot

下载Time Tracker扩展crx文件

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

扩展使用说明

                        Helps users track how much time they spend on various web sites.

Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues

This project is open source.                    

扩展基本信息

名称 Time Tracker Time Tracker
ID mokmnbikneoaenmckfmgjgjimphfojkd
官方URL https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd
简介 Keeps track of how much time you spend on various web sites.
文件大小 76.76 KB
安装次数 15,086
当前版本 1.2.4
更新时间 2016-10-29
上架时间 2016-10-29
评分 4.24/5 共132次评分
开发者 [email protected]
付费类型 free
扩展官网 https://github.com/navjagpal/browser-timetracker/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tracker",
    "version": "1.2.4",
    "description": "Keeps track of how much time you spend on various web sites.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "config.js",
            "sites.js",
            "tracker.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "idle",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Time Tracker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon.png"
    }
}