#1 Productivity extension for active people

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

Apa itu #1 Productivity extension for active people?

#1 Productivity extension for active people adalah ekstensi Chrome yang dikembangkan oleh PeakCulture, dan fitur utamanya adalah "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi #1 Productivity extension for active people

Unduh file ekstensi #1 Productivity extension for active people dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama #1 Productivity extension for active people #1 Productivity extension for active people
ID cnmmnokeenlffmhalcgpmoiagfjnohfa
URL Resmi https://chromewebstore.google.com/detail/1-productivity-extension/cnmmnokeenlffmhalcgpmoiagfjnohfa
Deskripsi Peak Culture: build habits, Spotify, activity and progress tracking in New Tab
Ukuran File 13.51 MB
Jumlah Instalasi 173
Versi Saat Ini 1.2.6
Terakhir Diperbarui 2022-09-06
Tanggal Publikasi 2021-12-31
Penilaian 4.96/5 Total 23 Penilaian
Pengembang PeakCulture
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://peakculture.life/
URL Halaman Kebijakan Privasi https://peakculture.life/privacy-policy.html
Bahasa yang Didukung 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"
        ]
    }
}