#1 Productivity extension for active people

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

O que é #1 Productivity extension for active people?

#1 Productivity extension for active people é uma extensão do Chrome desenvolvida por PeakCulture, e sua principal característica é "Peak Culture: build habits, Spotify, activity and progress tracking in New Tab".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão #1 Productivity extension for active people

Baixe arquivos de extensão #1 Productivity extension for active people no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome #1 Productivity extension for active people #1 Productivity extension for active people
ID cnmmnokeenlffmhalcgpmoiagfjnohfa
URL Oficial https://chromewebstore.google.com/detail/1-productivity-extension/cnmmnokeenlffmhalcgpmoiagfjnohfa
Descrição Peak Culture: build habits, Spotify, activity and progress tracking in New Tab
Tamanho do Arquivo 13.51 MB
Contagem de Instalações 173
Versão Atual 1.2.6
Última Atualização 2022-09-06
Data de Publicação 2021-12-31
Classificação 4.96/5 Total de 23 Avaliações
Desenvolvedor PeakCulture
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://peakculture.life/
URL da Página de Política de Privacidade https://peakculture.life/privacy-policy.html
Idiomas Suportados 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"
        ]
    }
}