Pomodoro Focus

Block multiple sites to focus better on your work

什麼是Pomodoro Focus?

Pomodoro Focus是由Apoorva Singh開發的Chrome擴展程式,該擴展的主要功能是“Block multiple sites to focus better on your work”。

擴展截圖

screenshot

下載Pomodoro Focus擴展crx文件

下載Pomodoro Focus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again.

This has been inspired by the Pomodoro Technique.                    

擴展基本資訊

名稱 Pomodoro Focus Pomodoro Focus
ID gommonmfpieokloaboibjlahdcffignp
官方網址 https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp
簡介 Block multiple sites to focus better on your work
檔案大小 6.12 KB
安裝次數 45
目前版本 1.0
更新時間 2018-01-26
上架時間 2018-01-25
評分 5.00/5 共 1 次評分
開發者 Apoorva Singh
付費類型 free
說明頁面URL https://github.com/apoorvasingh17/Pomodoro-Focus
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Focus",
    "description": "Block multiple sites to focus better on your work",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}