Website Time Tracker

Track your time duration spent on social website.

什么是Website Time Tracker?

Website Time Tracker是由https://raviroshan.info开发的Chrome扩展程序,该扩展的主要功能是“Track your time duration spent on social website.”。

下载Website Time Tracker扩展crx文件

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

扩展使用说明

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

扩展基本信息

名称 Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
官方URL https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
简介 Track your time duration spent on social website.
文件大小 131 KB
安装次数 13
当前版本 2.3
更新时间 2017-04-20
上架时间 2017-04-20
评分 4.67/5 共3次评分
开发者 https://raviroshan.info
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.raviroshan.info
帮助页面URL https://www.facebook.com/raviroshan.talk
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}