ManicTime Url Tracker

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

Co je ManicTime Url Tracker?

ManicTime Url Tracker je rozšíření Chrome vyvinuté https://manictime.com, a jeho hlavní funkcí je „Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ManicTime Url Tracker

Stáhněte si soubory rozšíření ManicTime Url Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ManicTime Url Tracker ManicTime Url Tracker
ID kjmogjkoejgoehgjgihbhocoogaciemn
Oficiální URL https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn
Popis Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
Velikost souboru 18.14 KB
Počet instalací 4,754
Aktuální Verze 1.1.14
Poslední Aktualizace 2023-05-31
Datum Vydání 2017-03-08
Hodnocení 4.00/5 Celkem 11 Hodnocení
Vývojář https://manictime.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}