#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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में #1 Productivity extension for active people एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}