Task timer

This extension set timer for tasks.

什么是Task timer?

Task timer是由skrasilnikov.dev开发的Chrome扩展程序,该扩展的主要功能是“This extension set timer for tasks.”。

扩展截图

screenshot

下载Task timer扩展crx文件

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

扩展使用说明

                        It's a chrome extension for creating tasks and counting time for solving these tasks.                    

扩展基本信息

名称 Task timer Task timer
ID ilodecgofagpdifoghkggnaohndgpipb
官方URL https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb
简介 This extension set timer for tasks.
文件大小 94.94 KB
安装次数 964
当前版本 1.2.3
更新时间 2019-04-09
上架时间 2019-04-09
评分 4.56/5 共9次评分
开发者 skrasilnikov.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/skrasilnikoff/task-timer-chrome-extension
帮助页面URL https://github.com/skrasilnikoff/task-timer-chrome-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task timer",
    "description": "This extension set timer for tasks.",
    "version": "1.2.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ]
}