MindHero

MindHero - Personal New Tab Page with Webtime Tracker, Pomodoro and To-Do.

MindHero क्या है?

MindHero MindHero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MindHero - Personal New Tab Page with Webtime Tracker, Pomodoro and To-Do."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में MindHero एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replace new tab page with a powerful and beautiful dashboard: daily wallpaper, todo, pomodoro, webtime tracker, distraction alert etc.

Current Version Features:

• Hero Mode - To help you minimize distractions and engage in deep work, we intercept your visits to distracting websites and play concentration-enhancing music and sounds.  Set any duration or use the default option of 25 minutes.

• Daily Report - See an hourly breakdown of how you’re spending your time every day.

• Reminders - Set reminders for when you are spending too much time on distracting websites.

Meet MindHero, your personalized coach for digital wellbeing. MindHero learns from your existing digital behavior and adapts to your goals in order to help you live your best digital self, whether that means increasing productivity and focus, being more mindful, or becoming more relaxed and less anxious.


Privacy: https://coinect.net/privacy                    

एक्सटेंशन की मूल जानकारी

नाम MindHero MindHero
ID opjbphlikplllhehiaafnglngompagni
आधिकारिक URL https://chromewebstore.google.com/detail/mindhero/opjbphlikplllhehiaafnglngompagni
विवरण MindHero - Personal New Tab Page with Webtime Tracker, Pomodoro and To-Do.
फ़ाइल का आकार 5.56 MB
स्थापना संख्या 3,388
वर्तमान संस्करण 1.11.26
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2019-11-21
रेटिंग 4.39/5 कुल 49 रेटिंग्स
डेवलपर MindHero
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://coinect.net
सहायता पृष्ठ URL https://coinect.net/privacy
गोपनीयता नीति पृष्ठ URL https://coinect.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MindHero",
    "version": "1.11.26",
    "description": "MindHero - Personal New Tab Page with Webtime Tracker, Pomodoro and To-Do.",
    "icons": {
        "16": "\/static\/img\/icon3.png",
        "48": "\/static\/img\/icon3.png",
        "128": "\/static\/img\/icon3.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/static\/img\/icon3.png",
            "24": "\/static\/img\/icon3.png",
            "32": "\/static\/img\/icon3.png"
        },
        "default_title": "MindHero",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "scripts": []
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' 'sha256-CrVGpLArnq6LulcuxML87yISZNt81jCanv4s2SQoJ44='; object-src 'self'",
    "options_page": "index.html#\/setting",
    "permissions": [
        "alarms",
        "tabs",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "identity"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html#\/index"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqMPXA88iKpSLnvuxx\/jKyGCf9Hpb6nB7TwQU7wKueBZAH94mts9EWFOkAIWnPdvLxbQZed1E0EQNVcfUrNpOqE3vnACF2H5vHRMbNZNX2\/n6n2vkBFitVp\/QHg8W3qMv03Uv9Qo0X+udWaPjDMHY183SkZcAKGdC7sAAD2UESE8wC5g8yasJANFX5yEkFDx5NTRa1kpBHHxVCv4QybDi7abvteOEk\/ff\/Pol8PpCVMQV88rEz0iaJ+Kbfh7ibFuh+fQ5HrAHObAYWACnv89DzZITIv0g3R047m\/qwXysvOOqlnCOWCeYlvJ0C4o5Lsk8n86skJVEsBQrB5cLeuAoOQIDAQAB",
    "oauth2": {
        "client_id": "729269056780-a6qucbi9989efr2k7g53ikie13eevqg6.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/profile.agerange.read",
            "https:\/\/www.googleapis.com\/auth\/profile.language.read"
        ],
        "project_id": "clarity-676a2",
        "auth_uri": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "token_uri": "https:\/\/oauth2.googleapis.com\/token",
        "auth_provider_x509_cert_url": "https:\/\/www.googleapis.com\/oauth2\/v1\/certs"
    }
}