Surf Clock
Keep track of the time you spend surfing on the web.
什么是Surf Clock?
Surf Clock是由https://surfclock.io开发的Chrome扩展程序,该扩展的主要功能是“Keep track of the time you spend surfing on the web.”。
扩展截图
下载Surf Clock扩展crx文件
下载Surf Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private.
- While browsing the web, the time you spend on websites is accurately measured.
- Adjust the time frame to easily spot for how long you've been on any site during that period.
- No information is sent to our clouds, it's all yours on your computer.
Necessary permissions:
- "Read your browsing history" to detect when you load new sites and switch tabs / windows
- "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website 扩展基本信息
| 名称 | |
| ID | bhmamcldpbfndmkibakfgkibichjbifo |
| 官方URL | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
| 简介 | Keep track of the time you spend surfing on the web. |
| 文件大小 | 186 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2017-12-04 |
| 上架时间 | 2017-12-04 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://surfclock.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://surfclock.io |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Surf Clock",
"version": "1.0.4",
"author": "crococoding",
"homepage_url": "https:\/\/surfclock.io",
"description": "Keep track of the time you spend surfing on the web.",
"icons": {
"128": "chrome\/icon_128.png"
},
"browser_action": {
"default_icon": "chrome\/icon_128.png",
"default_popup": "chrome\/popup_chrome.html"
},
"permissions": [
"tabs",
"storage",
"https:\/\/www.google.com\/*"
],
"background": {
"scripts": [
"core\/background\/dexie.min.js",
"core\/background\/vibrant.min.js",
"core\/background\/database.js",
"core\/background\/logger.js",
"chrome\/background_chrome.js"
]
}
} | |