ManicTime Url Tracker

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

ManicTime Url Tracker란 무엇입니까?

ManicTime Url Tracker은(는) https://manictime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally."입니다.

확장 프로그램 스크린샷

screenshot

ManicTime Url Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}