Working time counter

Simple working time counter

什么是Working time counter?

Working time counter是由https://aksionau.com开发的Chrome扩展程序,该扩展的主要功能是“Simple working time counter”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Working time counter扩展crx文件

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

扩展使用说明

                        Automatically starts together with the browser.
You can set workday duration in the settings.
If you want to edit time just press the pause button, input time which you need and press the start button. 
When time is over the counter icon will be highlighted in red.

What's new:
2.3.0
- Added ability to see previous weeks at week chart
- Updated badge colors

2.2.3
- Bug fixes

2.2.2
- Bug fixes

2.2.1
- Updated logo
- Heatmap bugfixes

2.2.0 -
-  Added month heatmap

2.1.0 -
- Migrate to Svelte
- Bug fixes

2.0.0 - 
• New design of statistics page
• Updated logic of control buttons in the popup
• Updated login of reset button
• Added donation button
• Bug fixes

1.2.1 - 
• Bug fixes

1.2.0 -
• Redesigned statistics chart
• Ability to show overtimes on the chart
• Fixes and performance improvements

1.1.0 -
• Dark theme is here! It will be enabled automatically if you have the latest browser version and enabled dark theme in your OS

1.0.1 -
• Ability to see the time for the current day in settings
• Fix reset button behavior

1.0.0 -
 • New settings page
 • Statistic for current week
 • Redesign                    

扩展基本信息

名称 Working time counter Working time counter
ID lakpjellnlajgbedjhejhdbkmphhfolo
官方URL https://chromewebstore.google.com/detail/working-time-counter/lakpjellnlajgbedjhejhdbkmphhfolo
简介 Simple working time counter
文件大小 600 KB
安装次数 1,029
当前版本 2.3.0
更新时间 2022-08-16
上架时间 2019-10-06
评分 4.33/5 共9次评分
开发者 https://aksionau.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.aksionau.com/projects/counter
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Working time counter",
    "description": "Simple working time counter",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "Timer"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}