chronos
Browser extension for visualizing web browsing activity
什么是chronos?
chronos是由tohjustin开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for visualizing web browsing activity”。
扩展截图
下载chronos扩展crx文件
下载chronos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chronos is a browser extension for visualizing web browsing activity. View demo at https://try-chronos.now.sh
# FAQ
## Do you collect any data?
__Not at all!__ All recorded web browsing activity is stored locally on your device. The application is not connected to any external services & no data will be transmitted out of your device.
## How can I export my data?
Users have the ability to export all recorded data or import data (backed-up from a different browser or machine) via the application's settings page. 扩展基本信息
| 名称 | |
| ID | ihinclpfkgmmabjjmkldhegakmdhdcio |
| 官方URL | https://chromewebstore.google.com/detail/chronos/ihinclpfkgmmabjjmkldhegakmdhdcio |
| 简介 | Browser extension for visualizing web browsing activity |
| 文件大小 | 1.75 MB |
| 安装次数 | 38 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2020-02-23 |
| 上架时间 | 2020-02-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | tohjustin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://try-chronos.now.sh |
| 帮助页面URL | https://github.com/tohjustin/chronos#faq |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "chronos",
"short_name": "chronos",
"description": "Browser extension for visualizing web browsing activity",
"version": "1.1.1",
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"96": "logo96.png",
"128": "logo128.png"
},
"background": {
"page": "index.html"
},
"browser_action": {
"default_icon": "logo96.png",
"default_title": "View web browsing activity"
},
"content_security_policy": "script-src 'self'; object-src 'self';",
"permissions": [
"idle",
"tabs"
]
} | |