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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ManicTime Url Tracker

قم بتنزيل ملفات الامتداد ManicTime Url Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}