Yhee: Time Tracker

⌛ Track how much time you spend on different websites and webpages.

Yhee: Time Tracker란 무엇입니까?

Yhee: Time Tracker은(는) Josephus Paye II에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "⌛ Track how much time you spend on different websites and webpages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Yhee: Time Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Yhee is a time tracking extension that tracks how much time you spend on different websites and webpages, and displays the results in beautiful charts.

Tracking is strictly opt-in, and all tracked data is stored locally, never leaving your computer.

📖 HOW TO USE

👉 Setup

    - Install the extension.
    - Visit each domain you want to track, click the extension icon in the browser toolbar, then click Track this domain.
    - Chrome will prompt you to give Yhee permission to access the domain, and if you allow, Yhee will start tracking the time you spend on that domain.


👉 View reports

    - To see how much time you've spent on a domain for the day, visit the domain, and click the extension icon.
    - To see detailed charts for today, for the week, and for all time, click the extension icon, then click Dashboard.


👉 Stop tracking

    - To stop tracking a domain, visit the domain, click the extension icon, and then click Don't track this domain.
    - Note: previously tracked data for the domain will still remain in Yhee, until you clear your browsing data.


💻 OPEN SOURCE

Concerned about your data and privacy? This extension is open source. You can view the source to see exactly what it does with your data, and even help make it better at: https://github.com/JosephusPaye/yhee                    

확장 프로그램 기본 정보

이름 Yhee: Time Tracker Yhee: Time Tracker
ID jfbnogkpfjchbnamkpbgacpnnegpgjgj
공식 URL https://chrome.google.com/webstore/detail/yhee-time-tracker/jfbnogkpfjchbnamkpbgacpnnegpgjgj
설명 ⌛ Track how much time you spend on different websites and webpages.
파일 크기 338 KB
설치 횟수 249
현재 버전 0.1
최근 업데이트 2020-01-20
출시 날짜 2020-01-20
평점 2.00/5 총 2 개의 평점
개발자 Josephus Paye II
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JosephusPaye/yhee
도움말 페이지 URL https://github.com/JosephusPaye/yhee/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yhee: Time Tracker",
    "description": "\u231b Track how much time you spend on different websites and webpages.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}