Tab Timer

Displays the time a tab is open.

Τι είναι το Tab Timer;

Το Tab Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον srpaimlengineering, και η κύρια λειτουργία του είναι "Displays the time a tab is open.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tab Timer

Λήψη αρχείων επέκτασης Tab Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
        }
    }
}