Browsing Activity Tracker
概述
Notify a callback URL whenever a webpage is loaded or displayed.
This extension provides a flexible way to log your browsing activity. In particular, it allows you to track how much time you spend on websites. The approach is minimalistic and give you direct access to the raw browsing data that you can then analyze and aggregate to your taste. In contrast, other extensions with the same purpose often require that you create an account on their website and store your browsing data. Furthermore, they only give you access to an automatically generated report with very little control over how it is produced. The extension notifies a callback URL by sending an HTTP POST request whenever one the following events occur: * a browser window is activated (gains focus) * a tab is activated * a webpage is loaded (when you follow a link, or navigate through your history) * a browser window is deactivated (loses focus) The body of the POST request is a JSON object containing the following keys: * ``title`` Title of the webpage (typically the content of the ``<title>`` tag) * ``url`` URL of the webpage * ``time`` Time at which the event occurred. Number of milliseconds elapsed since 1 January 1970 00:00:00 UTC * ``key`` A key identifying the browser sending the request * ``favicon`` The URL of the webpage's favicon (or ``null`` when there is no favicon) For window deactivation events, all the keys except for the ``time`` key are set to ``null``.
0 星(5 星制)无评分
详情
- 版本0.1
- 上次更新日期2014年7月15日
- 大小5.83KiB
- 语言English (United States)
- 非交易者该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。