Wasted Time Tracker

This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!

Wasted Time Trackerคืออะไร?

Wasted Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Startup Idea Firehose และคุณลักษณะหลักของมันคือ "This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wasted Time Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Wasted Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Wasted Time Tracker is a Chrome Extension that tracks how much time you waste each day on unproductive, distracting websites. Simply input the URLs you'd like to track, and it will automatically start the timer each time you visit one of these websites. If you switch to another tab, or minimize your browser window, the timer will stop—meaning it will only track the actual time that you are legitimately spending on these websites.

The uncomfortable reality is that most of us waste an enormous amount of time each day on unproductive websites that are expertly designed to capture our attention and keep us engaged for as long as possible. We endlessly scroll a never-ending feed of TikTok videos or YouTube Shorts. We find ourselves compulsively navigating to Facebook or Reddit, and just scrolling and reading and browsing with no specific goal in mind. Social media videos autoplay, Netflix shows start one after the other to keep us binge-watching—and before we know it, we've cumulatively wasted several hours each day on these websites.

We might lie to ourselves and say that it's no big deal, because we only hop onto these websites every now and then for a few minutes at a time—but by using The Wasted Time Tracker, we're forced to confront exactly how much time we waste each day on these distractions. And what we inevitably find is that these small little chunks of time throughout the day add up to large amounts, sometimes several hours.

By making us more aware of how much time we waste, and on what specific websites, The Wasted Time Tracker is a powerful tool for driving increased productivity. It can help you stay focused on your goals and spend more time working on your top priorities. By breaking your bad browsing habits, you can become a much more effective person.

The key advantage of using The Wasted Time Tracker, compared against other online time tracking tools, is that when you visit one of your distracting websites, the timer will show up automatically on the actual webpage itself. Most other website usage tools, by comparison, have these statistics tucked away in some hidden dashboard that you have to take the initiative to click and examine. The Wasted Time Tracker forces the issue by having the timer pop up on the actual distracting websites themselves—so it's right there, in plain view, reminding you that you're currently wasting your time.

The timer is small and undistracting, but visible enough to be a constant reminder that you are not being productive. Reposition the timer to your liking, based on where you'd like it to sit on screen, and your unique settings will be saved for each separate URL—meaning URL #1 might have the timer automatically show up on the top left of the screen, whereas for URL #2, it can be optimally positioned at the bottom right, bottom center, etc.

If you'd like a break from the constant reminder that you're wasting so much time each day, simply click on the Wasted Time Tracker extension icon, and temporarily disable the on-screen timer by un-checking the display option at the bottom of the popup. Then whenever you're ready, navigate back there and re-activate the timer by re-checking the timer display setting.

The Wasted Time Tracker is a simple tool that will make you more effective and productive. It reminds you to stop wasting your time online, and it keeps you focused on your goals and your top priorities each day. Take control of your time and you take control of your life!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wasted Time Tracker Wasted Time Tracker
ID oiibmafleaojfaniejpkfejomhpoblgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wasted-time-tracker/oiibmafleaojfaniejpkfejomhpoblgp
คำอธิบาย This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2023-03-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา The Startup Idea Firehose
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://www.startupideafirehose.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wasted Time Tracker",
    "description": "This tool tracks the amount of time you waste each day on distracting websites. Use it to become more productive and disciplined!",
    "version": "1.12",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "stopwatch 1.png"
    },
    "icons": {
        "16": "stopwatch 1.16.png",
        "32": "stopwatch 1.32.png",
        "48": "stopwatch 1.48.png",
        "128": "stopwatch 1.128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script_1.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ]
}