ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Что такое ManicTime Url Tracker?
ManicTime Url Tracker - это расширение Chrome, разработанное https://manictime.com, и его основная функция - "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".
Снимки экрана расширения
Скачать файл CRX расширения ManicTime Url Tracker
Скачайте файлы расширений 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" ] } |