Tab Timer

Displays the time a tab is open.

Tab Timer란 무엇입니까?

Tab Timer은(는) srpaimlengineering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the time a tab is open."입니다.

확장 프로그램 스크린샷

screenshot

Tab Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tab Timer is a versatile browser extension meticulously crafted to empower your time management and enhance your productivity during web browsing. This intuitive tool provides you with a user-friendly interface to track your online activities, ensuring you stay focused and efficient.

Key Features:

Effortless Time Management: Easily monitor the time you spend on specific tabs or websites, preventing you from losing yourself in endless scrolling or distracting content.

Productivity Boost: Harness the power of Tab Timer to curb excessive browsing on unproductive websites, so you can make the most of your online time.

Visual Time Tracking: Stay in control with a clear and visually intuitive interface that shows the remaining time for each tab.

Whether you're working, studying, or simply aiming to optimize your online experience, Tab Timer is your ultimate companion for maintaining focus and efficiently managing your digital life. With Tab Timer, you can achieve more and stay on course with your tasks!                    

확장 프로그램 기본 정보

이름 Tab Timer Tab Timer
ID gdmlnkolfhcgdlikkpmmlfkedkcjbefn
공식 URL https://chromewebstore.google.com/detail/tab-timer/gdmlnkolfhcgdlikkpmmlfkedkcjbefn
설명 Displays the time a tab is open.
파일 크기 13.5 KB
설치 횟수 132
현재 버전 1.0
최근 업데이트 2023-10-25
출시 날짜 2023-10-24
평점 5.00/5 총 2 개의 평점
개발자 srpaimlengineering
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Timer",
    "version": "1.0",
    "description": "Displays the time a tab is open.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}