Kronos Timer

Simple tool for tracking your working time.

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

Το Kronos Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.markovicnikola.com, και η κύρια λειτουργία του είναι "Simple tool for tracking your working time.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Whether you're a freelancer managing multiple projects or simply want to keep tabs on your daily activities, Kronos is your go-to time-tracking companion. This lightweight Chrome extension is designed to seamlessly integrate into your workflow, offering a fast and efficient way to monitor and manage your time.

Features:
* Fast, Simple, and Lightweight *
Kronos is built for speed and simplicity. With a clean and intuitive interface, you can effortlessly track your time without any distractions.

* Cross-Device Sync *
Access your time logs from any Chrome instance! Kronos allows you to save and sync your data across multiple devices, ensuring you're always in control of your time.

* Customizable Labels *
Organize your time logs with personalized labels. Kronos lets you define labels that make sense for your unique workflow.

* Sound Reminders *
Stay on track with customizable sound reminders. Choose from a variety of tones to alert you when it's time to switch tasks or take a break.

* Keyboard Shortcuts *
Optimize your time-tracking experience with convenient keyboard shortcuts. Effortlessly start, stop, and navigate through Kronos without leaving your keyboard.

* Timer Limit *
Set time limits for your tasks and projects. Kronos helps you stay disciplined and focused by notifying you when your allotted time is up.

* Colored Statuses *
Visualize your time at a glance. Kronos uses colored statuses to represent different phases of your work, providing a quick overview of your day.

* Idle Timer Pause *
Forget to stop the timer? No worries! Kronos can automatically pause the timer when it detects inactivity, ensuring accurate time tracking.

* Export Logs as CSV *
Easily analyze and share your time data. Kronos allows you to export your time logs as CSV files, compatible with various productivity tools and platforms.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kronos Timer Kronos Timer
ID lbogpmhokkbbcfjabeibelaagefkbfca
Επίσημο URL https://chromewebstore.google.com/detail/kronos-timer/lbogpmhokkbbcfjabeibelaagefkbfca
Περιγραφή Simple tool for tracking your working time.
Μέγεθος Αρχείου 497 KB
Αριθμός Εγκαταστάσεων 1,066
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2023-12-09
Ημερομηνία Δημοσίευσης 2019-06-14
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://www.markovicnikola.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://markovic-nikola.github.io/kronos/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/markovic-nikola/kronos/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kronos Timer",
    "version": "1.4.1",
    "description": "Simple tool for tracking your working time.",
    "author": "Nikola Markovic",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "storage",
        "idle"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_title": "Kronos - track your time.",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "commands": {
        "play_pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Play\/pause timer"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Stop timer"
        }
    }
}