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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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", " |