Pavlok Productivity

Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.

什么是Pavlok Productivity?

Pavlok Productivity是由https://pavlok.com开发的Chrome扩展程序,该扩展的主要功能是“Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pavlok Productivity扩展crx文件

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

扩展使用说明

                        Introducing Pavlok's newest chrome extension, the ultimate productivity tool for anyone looking to stay focused and on track with their tasks. With our extension, you'll be able to create a task list and use the built-in pomodoro timer to break your work into manageable chunks and stay focused during each session.

But that's not all - our extension also includes a blacklist feature that allows you to specify websites that tend to distract you. Set a time limit for blacklisted sites, and you'll receive notifications, vibrations, or zaps as a reminder to stay on task. 

And if you're someone who tends to keep a lot of tabs open, our extension also includes a tab management feature to send you stimuli when you open too many tabs, helping you to reduce clutter and improve focus.

This extension works without the Pavlok device, but you'll only receive chrome notifications. Create a Pavlok account by downloading the app (https://pavlok.com/app) or creating it on the web ( https://app.pavlok.com/users/sign_up )                    

扩展基本信息

名称 Pavlok Productivity Pavlok Productivity
ID njkbbegeohchbcbannojicmcalojcfek
官方URL https://chromewebstore.google.com/detail/pavlok-productivity/njkbbegeohchbcbannojicmcalojcfek
简介 Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.
文件大小 1.47 MB
安装次数 266
当前版本 1.0.4
更新时间 2023-06-16
上架时间 2022-12-19
评分 2.36/5 共11次评分
开发者 https://pavlok.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pavlok.com/
帮助页面URL https://pavlok.com/support
隐私政策页面URL http://pavlok.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pavlok Productivity",
    "description": "Stay focused with a task list, pomodoro timer, site blacklist, and tab management. Boost your productivity.",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "css\/content.css",
                "img\/break-time.png",
                "img\/completed-task.png",
                "img\/popup-play.png",
                "img\/popup-exit.png",
                "img\/popup-break.png",
                "img\/break-task.png",
                "img\/popup-warning.png",
                "img\/keep-task.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}