Strict Workflow
Enforces a 25min/5min workflow: 25 minutes of distraction-free work, followed by 5 minutes of break. Repeat as necessary.
什麼是Strict Workflow?
Strict Workflow是由Matchu開發的Chrome擴展程式,該擴展的主要功能是“Enforces a 25min/5min workflow: 25 minutes of distraction-free work, followed by 5 minutes of break. Repeat as necessary.”。
擴展截圖
下載Strict Workflow擴展crx文件
下載Strict Workflow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Click to start a 25-minute work timer, and work without distraction. 2. Click to start a 5-minute break timer, and kick back and relax. 3. Repeat until all your work is done. ======================= Features: * Easy to use: just one click starts a work/break timer * Easy to get started: pre-configured to block popular distracting websites * Easy to personalize: block the sites that are most distracting to you or change the timer durations * Blacklist or whitelist: either choose what sites to block during a work timer, or what sites to allow ======================= Permissions: * Your data on all websites * Your tabs and browsing activity In order to cover up blocked websites, we need permission to interact with them. We're open-source, so feel free to grab a programmer buddy and make sure that that's all we do: no website's content is read or stored in any way. https://github.com/matchu/Strict-Workflow ======================= The Strict Workflow time management strategy is simple: work hard for 25 minutes without distractions, knowing that a 5 minute break is soon on its way. This extension helps you stay focused while you work by blocking the sites that can so easily distract us. We pre-loaded the extension with a handful of popular distracting websites, but you can easily add new sites to the list, or, if you're daring, you can even create a whitelist of the *only* websites allowed during a work session. You can also change the lengths of the work and break timers - though I'd recommend against it: these times are default for a reason, so only change them if you're certain that they will make you more productive. When we say "strict", we mean it. Once a work timer starts, there's no stopping it without straight-up disabling the extension or restarting the browser. This is for your benefit: I wrote this extension with myself in mind, and I know how tempting it can be to just give up when work gets too frustrating. Therefore, Strict Workflow actively discourages this behavior, though you can always disable the extension in case of emergency. Tomato icon is from Artbees's lovely Paradise Fruit Icons set, and the ringing sound is from FreeSound.org. Both of these assets are distributed under a Creative Commons license. The source code for this extension is available at https://github.com/matchu/Strict-Workflow Please feel free to fork and do what you like! Pull requests make my day. Stay focused, and have fun! NOTICE: This extension was once named Strict Pomodoro, but has been renamed in compliance with a cease and desist letter sent on behalf of Francesco Cirillo, who holds the trademark for Pomodoro and The Pomodoro Technique. Thanks for understanding.
擴展基本資訊
名稱 | Strict Workflow |
ID | cgmnfnmlficgeijcalkgnnkigkefkbhd |
官方網址 | https://chromewebstore.google.com/detail/strict-workflow/cgmnfnmlficgeijcalkgnnkigkefkbhd |
簡介 | Enforces a 25min/5min workflow: 25 minutes of distraction-free work, followed by 5 minutes of break. Repeat as necessary. |
檔案大小 | 187 KB |
安裝次數 | 90,000 |
目前版本 | 1.6.2 |
更新時間 | 2014-05-30 |
上架時間 | 2014-05-29 |
評分 | 4.24/5 共 1176 次評分 |
開發者 | Matchu |
付費類型 | free |
支援的語言 | en,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/work_pending.png" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_page": "options.html", "permissions": [ "notifications", "tabs", " |