Pomodoro Timer

A new-tab page that helps you focus on completing your work.

什么是Pomodoro Timer?

Pomodoro Timer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A new-tab page that helps you focus on completing your work.”。

扩展截图

screenshot

下载Pomodoro Timer扩展crx文件

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

扩展使用说明

                        A new tab page that helps you focus on completing your goals at work. 
Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task.
The extension icon shows a badge that displays how much time you have remaining to complete your current task.
This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.                    

扩展基本信息

名称 Pomodoro Timer Pomodoro Timer
ID hcfahcbjaolpfghelfanfepghajfbkdg
官方URL https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg
简介 A new-tab page that helps you focus on completing your work.
文件大小 1.54 MB
安装次数 811
当前版本 0.0.0.3
更新时间 2017-10-21
上架时间 2017-10-21
评分 1.80/5 共5次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Timer",
    "version": "0.0.0.3",
    "description": "A new-tab page that helps you focus on completing your work.",
    "icons": {
        "16": "images\/streak16.png",
        "32": "images\/streak32.png",
        "48": "images\/streak48.png",
        "128": "images\/streak128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/streak16.png",
            "32": "images\/streak32.png",
            "48": "images\/streak48.png",
            "128": "images\/streak128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}