ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
ManicTime Url Tracker là gì?
ManicTime Url Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://manictime.com, và tính năng chính của nó là "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ManicTime Url Tracker
Tải xuống các tệp mở rộng ManicTime Url Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
URL Chính Thức | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
Mô tả | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
Kích Thước Tệp | 18.14 KB |
Số Lần Cài Đặt | 4,754 |
Phiên Bản Hiện Tại | 1.1.14 |
Cập Nhật Lần Cuối | 2023-05-31 |
Ngày Phát Hành | 2017-03-08 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://manictime.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |