Page Timer

How long have I been on this page?

什么是Page Timer?

Page Timer是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“How long have I been on this page?”。

扩展截图

screenshot

下载Page Timer扩展crx文件

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

扩展使用说明

                        Ever open an email, do a task, then wonder how long that took?  Install this, then just look at the timer next to the URL bar.  It records how long it's been since the URL has changed.  Click to see the last few pages you were on and how long you spent there.

All data is kept locally in ram; no data is sent over the network or saved to disk.


New in version 1.7 (Oct 2017): Display seconds.


Source code:
https://github.com/google/page-timer/                    

扩展基本信息

名称 Page Timer Page Timer
ID enljfpkeopdppbphgadibdpodgjhmabm
官方URL https://chromewebstore.google.com/detail/page-timer/enljfpkeopdppbphgadibdpodgjhmabm
简介 How long have I been on this page?
文件大小 32.27 KB
安装次数 7,000
当前版本 1.7
更新时间 2017-10-18
上架时间 2017-10-18
评分 4.67/5 共12次评分
开发者 [email protected]
付费类型 free
扩展官网 https://github.com/google/page-timer/
隐私政策页面URL https://github.com/google/page-timer/blob/master/PRIVACY.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Timer",
    "description": "How long have I been on this page?",
    "version": "1.7",
    "author": "[email protected]",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "clock16.png",
        "48": "clock48.png",
        "128": "clock128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "browser-action-19.png",
            "38": "browser-action-38.png"
        }
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html"
}