#1 Productivity extension for active people

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

What is #1 Productivity extension for active people?

#1 Productivity extension for active people is a Chrome extension developed by PeakCulture, and its main feature is "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download #1 Productivity extension for active people Extension CRX File

Download #1 Productivity extension for active people extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name #1 Productivity extension for active people #1 Productivity extension for active people
ID cnmmnokeenlffmhalcgpmoiagfjnohfa
Official URL https://chromewebstore.google.com/detail/1-productivity-extension/cnmmnokeenlffmhalcgpmoiagfjnohfa
Description Peak Culture: build habits, Spotify, activity and progress tracking in New Tab
File Size 13.51 MB
Installation Count 173
Current Version 1.2.6
Last Updated 2022-09-06
Publish Date 2021-12-31
Rating 4.96/5 Total 23 Ratings
Developer PeakCulture
Email [email protected]
Payment Type free
Extension Website https://peakculture.life/
Privacy Policy Page URL https://peakculture.life/privacy-policy.html
Supported Languages 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"
        ]
    }
}