Pomodoro Timer

Use the time. Work and rest.

什么是Pomodoro Timer?

Pomodoro Timer是由LOCAJANS开发的Chrome扩展程序,该扩展的主要功能是“Use the time. Work and rest.”。

扩展截图

screenshot

下载Pomodoro Timer扩展crx文件

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

扩展使用说明

                        Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest.                    

扩展基本信息

名称 Pomodoro Timer Pomodoro Timer
ID lfbmbmjkmjmhdjgpkfjchfehgdpfglml
官方URL https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml
简介 Use the time. Work and rest.
文件大小 123 KB
安装次数 482
当前版本 1.0
更新时间 2018-07-05
上架时间 2018-07-05
评分 1.00/5 共2次评分
开发者 LOCAJANS
电子邮箱 [email protected]
付费类型 free
扩展官网 http://locajans.com
帮助页面URL http://locajans.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Pomodoro Timer",
    "description": "Use the time. Work and rest.",
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "https:\/\/locajans.com\/"
    ]
}