Webtime Tracker

Discover your browsing habits! Time tracking at its best.

Webtime Tracker란 무엇입니까?

Webtime Tracker은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover your browsing habits! Time tracking at its best."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Webtime Tracker keeps track of how you spend time on the web and presents the stats in a useful and intuitive way.

🚀 What you'll see
  ⭐️ Time spent on individual websites
  ⭐️ Detailed domain stats
  ⭐️ Total time spent browsing
  ⭐️ Usage visualized by colorful graphs

🚀 Extras
  ⭐️ Backup and restore, export to CSV
  ⭐️ Screenshots (e.g. for sharing)
  ⭐️ Works even offline
  ⭐️ Precise algorithm measuring time only when Chrome window is active (not covered by other windows)

🚀 Statistics
  ⭐️ Today overview
  ⭐️ Daily averages
  ⭐️ All-time stats

🚀 Customizable features
  ⭐️ Idle time interval
  ⭐️ Doughnut graph gaps (for readability)
  ⭐️ Time tracker in icon

🚀 Permissions explained
   ⭐️ "Read you browsing history": to allow the extension to read current tab's domain (lowest permission required among another time trackers)

Completely free and with no ads

Made with ♥ by Peta Sittek                    

확장 프로그램 기본 정보

이름 Webtime Tracker Webtime Tracker
ID ppaojnbmmaigjmlpjaldnkgnklhicppk
공식 URL https://chromewebstore.google.com/detail/webtime-tracker/ppaojnbmmaigjmlpjaldnkgnklhicppk
설명 Discover your browsing habits! Time tracking at its best.
파일 크기 37.95 KB
설치 횟수 80,280
현재 버전 1.7.8
최근 업데이트 2022-11-26
출시 날짜 2020-03-27
평점 4.78/5 총 628 개의 평점
개발자 https://petasittek.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.petasittek.com/
도움말 페이지 URL https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master
개인정보 보호 정책 페이지 URL https://www.petasittek.com/chrome-extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webtime Tracker",
    "description": "Discover your browsing habits! Time tracking at its best.",
    "version": "1.7.8",
    "offline_enabled": true,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon-19.png",
            "38": "icon\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Webtime Tracker"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/urls.js",
            "js\/fn.js",
            "js\/storage-local.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "idle",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        ""
    ]
}