Pomodoro Chrome Extension

This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.

什么是Pomodoro Chrome Extension?

Pomodoro Chrome Extension是由https://bashvlas.com开发的Chrome扩展程序,该扩展的主要功能是“This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.”。

扩展截图

screenshot
screenshot
screenshot

下载Pomodoro Chrome Extension扩展crx文件

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

扩展使用说明

                        Pomodoro Chrome Extension gives you a simple user-friendly timer interface to utilize the pomodoro method.
Here is how to use it:

1. Click on the browser action icon.
2. Select number of minutes for the deep work session.
3. Work for the selected number of minutes :)

The extension does not require registration, it requires minimal permissions, and does not store your data.

It's open source:
https://github.com/bashvlas/pomodoro-chrome-extension                    

扩展基本信息

名称 Pomodoro Chrome Extension Pomodoro Chrome Extension
ID iccjkhpkdhdhjiaocipcegfeoclioejn
官方URL https://chromewebstore.google.com/detail/pomodoro-chrome-extension/iccjkhpkdhdhjiaocipcegfeoclioejn
简介 This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.
文件大小 74.6 KB
安装次数 9,411
当前版本 1.0.0
更新时间 2020-03-25
上架时间 2020-03-25
评分 4.83/5 共12次评分
开发者 https://bashvlas.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://bashvlas.com/pomodoro-chrome-extension-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Chrome Extension",
    "short_name": "Pomodoro",
    "version": "1.0.0",
    "description": "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.",
    "icons": {
        "128": "\/img\/logo_red_128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/logo_red_19.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}