ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
What is ManicTime Url Tracker?
ManicTime Url Tracker is a Chrome extension developed by https://manictime.com, and its main feature is "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".
Extension Screenshots
Download ManicTime Url Tracker Extension CRX File
Download ManicTime Url Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
Official URL | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
Description | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
File Size | 18.14 KB |
Installation Count | 4,754 |
Current Version | 1.1.14 |
Last Updated | 2023-05-31 |
Publish Date | 2017-03-08 |
Rating | 4.00/5 Total 11 Ratings |
Developer | https://manictime.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |