Website Time Tracker

Find out how much time you spend on various websites.

什么是Website Time Tracker?

Website Time Tracker是由Jakson K.开发的Chrome扩展程序,该扩展的主要功能是“Find out how much time you spend on various websites.”。

扩展截图

screenshot

下载Website Time Tracker扩展crx文件

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

扩展使用说明

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

扩展基本信息

名称 Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
官方URL https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
简介 Find out how much time you spend on various websites.
文件大小 50.55 KB
安装次数 431
当前版本 1.0
更新时间 2015-10-22
上架时间 2015-10-22
评分 4.33/5 共3次评分
开发者 Jakson K.
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}