ManicTime Url Tracker

Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.

Wat is ManicTime Url Tracker?

ManicTime Url Tracker is een Chrome-extensie ontwikkeld door https://manictime.com, en de belangrijkste functie is "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ManicTime Url Tracker

Download ManicTime Url Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
Officiële URL https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Beschrijving Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Bestandsgrootte 18.14 KB
Aantal Installaties 4,754
Huidige Versie 1.1.14
Laatst Bijgewerkt 2023-05-31
Publicatiedatum 2017-03-08
Beoordeling 4.00/5 Totaal 11 Beoordelingen
Ontwikkelaar https://manictime.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}