Timewarp

Timewarp kindly reminds you not to procrastinate when you need to get things done.

Timewarp란 무엇입니까?

Timewarp은(는) https://mindfulsuite.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timewarp kindly reminds you not to procrastinate when you need to get things done."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Timewarp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When you need to get things done but just can't stop checking your Gmail, Facebook, Youtube, and Reddit etc, Timewarp comes to rescue.

By setting up wormholes, you will be kindly reminded that you can't afford to procrastinate at the moment. There are three kinds of wormholes you can create:

Redirect - Takes you to a more productive site which you specify
Quote - Shows your most motivative quote
Timer - Displays the time you've spent on the site today

--------------------------------------------------
3.0 is out! Feb 2, 2020

Fixed the issue with not able to block website that uses service workers such as Twitter. 
Timewarp is now part of Mindful Suite! Thank you for your support. We'll make Timewarp better!

--------------------------------------------------
2.6 is out! Mar 23, 2015

By request, you can now turn off social buttons, that's one less distraction!
But we do appreciate sharing Timewarp with your friends. It's the only way to help us do a better job updating Timewarp! Good luck!

--------------------------------------------------
2.0 is out! July 18, 2015

Thanks everyone who suggested features and found bugs!
I've been listening and building features as quick as possible.

Many wanted to combine timer with quote or redirects, now you've got it!

You can allocate the time you can spend on a site per day. Once the time is up, you will be taken to the quote or the alternative site, and be productive! Don't abuse the timer ;-).

Also the timer will not continue counting if you've switched to another app with the current site open. 
--------------------------------------------------

Never feel guilty, Time Warp loves you and will never blame you.

Like our facebook page! https://www.facebook.com/timewarpusers

Credit: Thanks http://www.entypo.com/ for the great icons!

--------------------------------------------------

We've been mentioned by LifeHacker! Yay!
http://lifehacker.com/time-warp-keeps-you-focused-helps-you-avoid-distractin-749201935                    

확장 프로그램 기본 정보

이름 Timewarp Timewarp
ID mmmhadpnjmokjbmgamifipkjddhlfkhi
공식 URL https://chromewebstore.google.com/detail/timewarp/mmmhadpnjmokjbmgamifipkjddhlfkhi
설명 Timewarp kindly reminds you not to procrastinate when you need to get things done.
파일 크기 857 KB
설치 횟수 12,936
현재 버전 3.0
최근 업데이트 2020-02-03
출시 날짜 2020-02-03
평점 4.50/5 총 268 개의 평점
개발자 https://mindfulsuite.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mindfulsuite.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timewarp",
    "short_name": "Timewarp",
    "version": "3.0",
    "description": "Timewarp kindly reminds you not to procrastinate when you need to get things done.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "Timewarp-Icon.ttf",
        "icon48.png",
        "mindful-goals-logo.png",
        "Inter-Bold.woff",
        "Inter-Bold.woff2",
        "Inter-Medium.woff",
        "Inter-Medium.woff2",
        "Inter-Regular.woff2",
        "Inter-Regular.woff"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}