ActivityWatch Web Watcher
Log the current tab and your browser activity with ActivityWatch.
什么是ActivityWatch Web Watcher?
ActivityWatch Web Watcher是由https://activitywatch.net开发的Chrome扩展程序,该扩展的主要功能是“Log the current tab and your browser activity with ActivityWatch.”。
扩展截图
下载ActivityWatch Web Watcher扩展crx文件
下载ActivityWatch Web Watcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A browser plugin that extends ActivityWatch with the ability to keep track of how much time you spend on the web. NOTE: Requires you to have ActivityWatch installed on your computer! Sourcecode is available at: https://github.com/ActivityWatch/aw-watcher-web
扩展基本信息
名称 | ActivityWatch Web Watcher |
ID | nglaklhklhcoonedhgnpgddginnjdadi |
官方URL | https://chromewebstore.google.com/detail/activitywatch-web-watcher/nglaklhklhcoonedhgnpgddginnjdadi |
简介 | Log the current tab and your browser activity with ActivityWatch. |
文件大小 | 74.37 KB |
安装次数 | 11,112 |
当前版本 | 0.4.3 |
更新时间 | 2021-03-17 |
上架时间 | 2020-05-04 |
评分 | 4.94/5 共33次评分 |
开发者 | https://activitywatch.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://activitywatch.net/ |
帮助页面URL | https://forum.activitywatch.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ActivityWatch Web Watcher", "short_name": "ActivityWatch", "description": "Log the current tab and your browser activity with ActivityWatch.", "version": "0.4.3", "icons": { "128": "media\/logo\/logo-128.png" }, "browser_action": { "default_icon": "media\/logo\/logo-128.png", "default_popup": "static\/popup.html" }, "browser_specific_settings": { "gecko": { "id": "{ef87d84c-2127-493f-b952-5b4e744245bc}" } }, "background": { "scripts": [ "out\/app.js" ], "persistent": false }, "permissions": [ "tabs", "alarms", "notifications", "activeTab", "storage", "http:\/\/localhost:5600\/api\/*", "http:\/\/localhost:5666\/api\/*" ] } |