Clean Timer

Helps you organize and optimize the tasks that matter for you

什么是Clean Timer?

Clean Timer是由Hideki OTSUKA开发的Chrome扩展程序,该扩展的主要功能是“Helps you organize and optimize the tasks that matter for you”。

扩展截图

screenshot
screenshot
screenshot

下载Clean Timer扩展crx文件

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

扩展使用说明

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

扩展基本信息

名称 Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
官方URL https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
简介 Helps you organize and optimize the tasks that matter for you
文件大小 1.62 MB
安装次数 658
当前版本 1.2.1
更新时间 2020-04-10
上架时间 2020-04-10
评分 4.14/5 共7次评分
开发者 Hideki OTSUKA
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}