The Pixel Challenge

Build impactful daily habits to reach your goals and accomplish more in life!

The Pixel Challenge란 무엇입니까?

The Pixel Challenge은(는) http://thepixelchallenge.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build impactful daily habits to reach your goals and accomplish more in life!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

The Pixel Challenge 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Pixel Challenge will replace your New Tab page with a dashboard that will help you build impactful, time-lasting habits. Adding The Pixel Challenge to Chrome means you will get a boost of motivation and self-discipline every time you open up a new tab. And not only that, it will inspire you with a photo and a quote, so you can have laser focus on your objectives. The Pixel Challenge will make sure you stay on track and committed to your goal.

★ Set a clear goal
What’s the one thing you can change about yourself that will increase the quality of your life? Start your Pixel Challenge by setting a goal. Goals help us achieve more in life: if we are not setting goals, we are not striving to progress.

★ Personal growth, 5 minutes at a time.
When setting your goal, start small: keep it nice and easy. Achievable. Don’t take on too much at once: that can completely destroy the entire process. Start with just 5 minutes, everyone can set aside five to ten minutes to go for a jog or sit down and work. You will eventually do it for way longer. And you can always edit your goal or scale up the difficulty on your habit later on.

★ Keep up your streak
You have a goal, now go do it every day. No excuses. Turning on pixels for more than two days in a row increments your streak. Miss one day, you’ll start over from zero. Let this drive you, use the streak power to motivate you and build your self-discipline.

★ Unleash the compound effects
Reaching your potential comes down to small daily self-discipline, turning small habits into big changes over time. Imagine the drastic change on your life doing something every day can have. Your dashboard will be there every time you open a new tab, forcing you to see your goal and progress every day. Keeping you on track. Stick with it: after only 30 days, it’ll have already become an unconscious habit.

★ Make it personal
Turn your dashboard into something that’s truly yours. The Pixel Challenge is highly customisable: from hiding elements to setting the background image mood. Go explore all the possibilities in the Settings page!

★ Take your goal to the next level
If you want to supercharge your personal productivity and leave no room for not achieving your goals, PRO is your answer. Here’s what you can do with PRO:
  ➤ Mobile version so you can check your pixels on the go
  ➤ Sync across devices to keep a consistent dashboard
  ➤ Enable Dark Mode

By installing the extension, you agree to Rameerez's Terms and Conditions (www.rameerez.com/terms-of-service) and Privacy Policy (www.rameerez.com/privacy).                    

확장 프로그램 기본 정보

이름 The Pixel Challenge The Pixel Challenge
ID ggmpeknceljmjkjdnjelfkkllklhafhd
공식 URL https://chrome.google.com/webstore/detail/the-pixel-challenge/ggmpeknceljmjkjdnjelfkkllklhafhd
설명 Build impactful daily habits to reach your goals and accomplish more in life!
파일 크기 165 MB
설치 횟수 120
현재 버전 0.9.9
최근 업데이트 2019-04-19
출시 날짜 2019-04-19
평점 2.67/5 총 3 개의 평점
개발자 http://thepixelchallenge.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thepixelchallenge.com
개인정보 보호 정책 페이지 URL https://rameerez.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Pixel Challenge",
    "short_name": "The Pixel Challenge",
    "description": "Build impactful daily habits to reach your goals and accomplish more in life!",
    "version": "0.9.9",
    "author": "Rameerez",
    "homepage_url": "https:\/\/thepixelchallenge.com",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com https:\/\/www.google-analytics.com https:\/\/google-analytics.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "theme_color": "#111111",
    "background_color": "#111111",
    "display": "standalone"
}