Simple Time Track

Simple Time Tracking - How much time spend on tasks?

什么是Simple Time Track?

Simple Time Track是由https://ozana.cz开发的Chrome扩展程序,该扩展的主要功能是“Simple Time Tracking - How much time spend on tasks?”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Simple Time Track扩展crx文件

下载Simple Time Track扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple Time Tracker - Application for simple time tracking of tasks within browser running on background.

TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day.

The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed.

TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you!

Data can be exported to CSV or JSON format                    

扩展基本信息

名称 Simple Time Track Simple Time Track
ID mfklifbdkkkmmkjnglplnaaooagiapjk
官方URL https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk
简介 Simple Time Tracking - How much time spend on tasks?
文件大小 108 KB
安装次数 1,260
当前版本 3.0.4
更新时间 2023-12-05
上架时间 2017-11-13
评分 3.77/5 共13次评分
开发者 https://ozana.cz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ozana.cz
帮助页面URL https://ozana.cz
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Time Track",
    "description": "Simple Time Tracking - How much time spend on tasks?",
    "author": "[email protected]",
    "version": "3.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}