ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
什么是ManicTime Url Tracker?
ManicTime Url Tracker是由https://manictime.com开发的Chrome扩展程序,该扩展的主要功能是“Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.”。
扩展截图
下载ManicTime Url Tracker扩展crx文件
下载ManicTime Url Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin is only useful if you have ManicTime locally installed. This is alternative method of getting browsing data from Chrome. ManicTime already ships with native Chrome plugin, but it can be unstable for some users. If ManicTime will detect this plugin, it will use it instead of the native plugin. Data is only sent to locally installed ManicTime, nowhere else. v1.1 - support for Opera, Yandex, Vivaldi and other browsers v1.1.10 - minor fixes
扩展基本信息
名称 | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
官方URL | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
简介 | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
文件大小 | 18.14 KB |
安装次数 | 4,754 |
当前版本 | 1.1.14 |
更新时间 | 2023-05-31 |
上架时间 | 2017-03-08 |
评分 | 4.00/5 共11次评分 |
开发者 | https://manictime.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ManicTime Url Tracker", "version": "1.1.14", "manifest_version": 3, "description": "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.", "icons": { "16": "\/images\/icon-16.png", "128": "\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "ManicTime" }, "permissions": [ "tabs" ] } |