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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
    ]
}