Monkai - AI Focus Assistant from Your New Tab

Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness

Wat is Monkai - AI Focus Assistant from Your New Tab?

Monkai - AI Focus Assistant from Your New Tab is een Chrome-extensie ontwikkeld door https://monkai.io, en de belangrijkste functie is "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Monkai - AI Focus Assistant from Your New Tab

Download Monkai - AI Focus Assistant from Your New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🐒 Monkai AI Assistant manages your focus and distraction from your New Tab. Get started by pressing Alt+K (Cmd⌘+K on macOS) or click on the extension icon.

Monkai will guide you away from distracting and unhealthy websites like Facebook, Instagram and help you to stay focused. It reduces your usage on these sites over time.

Monkai is artificial intelligence (AI) powered. it understands and guides your digital habit in a sensible way

Your privacy is our top priority!
We use advanced on-device federated learning to ensure your raw info is never stored or shared.🙈🙉🙊                    

Basisinformatie over de Extensie

Naam Monkai - AI Focus Assistant from Your New Tab Monkai - AI Focus Assistant from Your New Tab
ID kkacpbmkhbljebmpcopjlgfgbgeokbhn
Officiële URL https://chromewebstore.google.com/detail/monkai-ai-focus-assistant/kkacpbmkhbljebmpcopjlgfgbgeokbhn
Beschrijving Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness
Bestandsgrootte 17.55 MB
Aantal Installaties 188
Huidige Versie 1.6.2.0
Laatst Bijgewerkt 2022-08-15
Publicatiedatum 2020-04-14
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://monkai.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://monkai.io
URL van de Privacybeleid Pagina https://monkai.io/pdfs/PrivacyPolicy.pdf
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monkai - AI Focus Assistant from Your New Tab",
    "description": "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness",
    "version": "1.6.2.0",
    "browser_action": {
        "default_icon": "asset\/images\/logos\/monkai-logo.png",
        "default_popup": "popup.html",
        "default_title": "Monkai - AI Focus Assistant from Your New Tab",
        "description": "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.cjs"
            ],
            "css": [
                "assets\/index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "contentScript.js",
        "background.js",
        "popup.html",
        "socialFeed.js",
        "widget.html",
        "auth.html",
        "options.html",
        "spr.html",
        "*.\/png",
        "admin\/*",
        "asset\/images\/*",
        "assets\/*.js",
        "assets\/*.js.map",
        "inject\/*.js",
        "inject\/*.js.map",
        "*.js.map"
    ],
    "icons": {
        "16": "asset\/images\/logos\/monkai-logo-16.png",
        "48": "asset\/images\/logos\/monkai-logo-48.png",
        "128": "asset\/images\/logos\/monkai-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "alarms",
        "storage",
        ""
    ],
    "oauth2": {
        "client_id": "293489541407-amlu8bird9gjgm8s687m9nmgm708tmbf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-My4lbWfp7yGpNF2g4pFTlvHCj+vhaBfXmKh5pNbyjIY=' https:\/\/www.google-analytics.com https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        },
        "open_injected_chat": {
            "description": "Open Chat Message In Page",
            "suggested_key": {
                "windows": "Shift+Alt+O",
                "mac": "Command+Shift+O",
                "chromeos": "Shift+Alt+O",
                "linux": "Shift+Alt+O"
            }
        },
        "open_popup_chat": {
            "description": "Open Chat Message In Popup",
            "suggested_key": {
                "windows": "Shift+Alt+M",
                "mac": "Command+Shift+M",
                "chromeos": "Shift+Alt+M",
                "linux": "Shift+Alt+M"
            }
        }
    }
}