TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
什么是TimeFlow?
TimeFlow是由Chiunhau开发的Chrome扩展程序,该扩展的主要功能是“TimeFlow is a Chrome extension that tracks time you spend on every website.”。
扩展截图
下载TimeFlow扩展crx文件
下载TimeFlow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try. 扩展基本信息
| 名称 | |
| ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| 官方URL | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
| 简介 | TimeFlow is a Chrome extension that tracks time you spend on every website. |
| 文件大小 | 63.18 KB |
| 安装次数 | 56 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2015-08-14 |
| 上架时间 | 2015-08-14 |
| 评分 | 4.91/5 共11次评分 |
| 开发者 | Chiunhau |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TimeFlow",
"version": "0.1.0",
"description": "TimeFlow is a Chrome extension that tracks time you spend on every website.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"permissions": [
"idle",
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |