Timer

This is a simple pomodoro timer.

什么是Timer?

Timer是由Adrian Karalus开发的Chrome扩展程序,该扩展的主要功能是“This is a simple pomodoro timer.”。

扩展截图

screenshot
screenshot

下载Timer扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Timer Timer
ID pakimokpohbojafpbgknlohgoepnelki
官方URL https://chromewebstore.google.com/detail/timer/pakimokpohbojafpbgknlohgoepnelki
简介 This is a simple pomodoro timer.
文件大小 56.52 KB
安装次数 794
当前版本 0.1
更新时间 2018-01-10
上架时间 2018-01-09
评分 5.00/5 共5次评分
开发者 Adrian Karalus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/RamzesBlog/pomodoro-timer
帮助页面URL https://github.com/RamzesBlog/pomodoro-timer
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "This is a simple pomodoro timer.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "pomodoro_x128.png",
        "default_popup": "pomodoro-timer.html"
    },
    "icons": {
        "128": "pomodoro_x128.png"
    },
    "permissions": [
        "background",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}