#1 Productivity extension for active people

Peak Culture: build habits, Spotify, activity and progress tracking in New Tab

#1 Productivity extension for active people란 무엇입니까?

#1 Productivity extension for active people은(는) PeakCulture에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

#1 Productivity extension for active people 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FREE Chrome Extension That Helps You Reach Your Peak - Mentally and Physically

Turn your Chrome New Tab page into a comprehensive tool with:

• To Do 
• Event countdowns 
• Listen to Spotify 
• The possibility to create and track Habits on a weekly level and later see your success through detailed statistics 
• Record your Fitness Personal Records and have an overview for later reference 
• Write down your Goals 
• Save your favourite Bookmarks
• Dynamic Wallpapers
• Dynamic Quotes 

Peak Culture is your best pal when you need motivation and help keep track of your fitness & life goals and good habits.

About Us

Peak Culture was created by a group of people on a constant quest to find ways to do things better and more efficiently every day. We love spending quality time with our families, nature, calisthenics, Brazilian jiu-jitsu, skiing, exploring the outdoors, technology, crypto and many more things, but these are probably at the top. 
 
Follow us on Social Media:
https://www.instagram.com/peakculture.life/
https://www.facebook.com/peakculture
https://twitter.com/PeakDash
https://www.youtube.com/channel/UCwOgl9oDiitNCg4tKsA4_Eg
https://www.linkedin.com/company/peak-culture/                    

확장 프로그램 기본 정보

이름 #1 Productivity extension for active people #1 Productivity extension for active people
ID cnmmnokeenlffmhalcgpmoiagfjnohfa
공식 URL https://chromewebstore.google.com/detail/1-productivity-extension/cnmmnokeenlffmhalcgpmoiagfjnohfa
설명 Peak Culture: build habits, Spotify, activity and progress tracking in New Tab
파일 크기 13.51 MB
설치 횟수 173
현재 버전 1.2.6
최근 업데이트 2022-09-06
출시 날짜 2021-12-31
평점 4.96/5 총 23 개의 평점
개발자 PeakCulture
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://peakculture.life/
개인정보 보호 정책 페이지 URL https://peakculture.life/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "#1 Productivity extension for active people",
    "description": "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab",
    "version": "1.2.6",
    "manifest_version": 3,
    "icons": {
        "16": "peak48.png",
        "48": "peak128.png",
        "128": "peak192.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/peakLogo.svg",
                "assets\/cultureLogo.svg",
                "assets\/imagewal.jpg",
                "assets\/pcicon.svg",
                "assets\/coffeeIcon.svg",
                "assets\/waterIcon.svg",
                "assets\/pcicon.svg",
                "assets\/gmail_icon.png",
                "assets\/habitTableListIcon.svg",
                "assets\/habitTableCalendarIcon.svg",
                "assets\/trendingUpIcon.svg",
                "assets\/habitStatisticsIcon.svg",
                "profile_logo.svg",
                "assets\/home_icon.svg",
                "assets\/spotify_icon.svg",
                "assets\/modalOverlay.png",
                "assets\/skipIcon.png",
                "assets\/videoIcon.svg",
                "assets\/home_icon.svg",
                "my-spotify.js",
                "tutorialWhiteIcon.svg",
                "customIconPR.svg",
                "distanceIcon.svg",
                "repsIcon.svg",
                "repsTimeIcon.svg",
                "timeDistanceIcon.svg",
                "timeIcon.svg",
                "weightRepsIcon.svg",
                "trashIconWhite.svg",
                "assets\/spotifyWhite.svg",
                "assets\/arrowUp",
                "assets\/arrowDown",
                "assets\/statsBlackIcon.svg",
                "assets\/personalRecordBlackIcon.svg",
                "assets\/flagBlackIcon.svg",
                "assets\/felix-lam.jpeg",
                "assets\/ty-koh.jpeg",
                "assets\/facebookWhite.svg",
                "assets\/twitterWhite.svg",
                "assets\/discordWhite.svg",
                "assets\/linkedinWhite.svg",
                "assets\/chromeStore.svg",
                "assets\/joshua-sortino.jpeg",
                "assets\/benjamin-davies.jpeg",
                "assets\/stewart-maclean.jpeg",
                "assets\/sylvain-mauroux.jpeg",
                "assets\/nathan-dumlao.jpeg",
                "assets\/holly-mandarich.jpeg",
                "assets\/john-arano.jpeg",
                "assets\/luca-bravo.jpeg",
                "assets\/scott-goodwil.jpeg",
                "assets\/victor-freitas.jpeg",
                "assets\/alessio-soggetti.jpeg",
                "assets\/daniel-llorente.jpeg",
                "assets\/david-marcu.jpeg",
                "assets\/guy-kawasaki.jpeg",
                "assets\/kalen-emsley.jpeg",
                "assets\/logan-deborde.jpeg",
                "assets\/luis-vidal.jpeg",
                "assets\/maico-amorim.jpeg",
                "assets\/meghan-holmes.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Peak Culture",
        "default_icon": "peak48.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.spotify.com\/*"
    ],
    "oauth2": {
        "client_id": "4549123749-r58g8au9sue2e7uohrfh0sqn5bumo6j1.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    }
}