Monkai - AI Focus Assistant from Your New Tab

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

Vad är Monkai - AI Focus Assistant from Your New Tab?

Monkai - AI Focus Assistant from Your New Tab är en Chrome-tillägg utvecklad av https://monkai.io, och dess huvudfunktion är "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Monkai - AI Focus Assistant from Your New Tab-förlängningens CRX-fil

Ladda ner Monkai - AI Focus Assistant from Your New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🐒 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.🙈🙉🙊                    

Grundläggande Information om Tillägg

Namn Monkai - AI Focus Assistant from Your New Tab Monkai - AI Focus Assistant from Your New Tab
ID kkacpbmkhbljebmpcopjlgfgbgeokbhn
Officiell webbadress https://chromewebstore.google.com/detail/monkai-ai-focus-assistant/kkacpbmkhbljebmpcopjlgfgbgeokbhn
Beskrivning Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness
Filstorlek 17.55 MB
Antal Installationer 188
Aktuell Version 1.6.2.0
Senast Uppdaterad 2022-08-15
Publiceringsdatum 2020-04-14
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare https://monkai.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://monkai.io
URL till Sekretesspolicy Sidan https://monkai.io/pdfs/PrivacyPolicy.pdf
Stödda Språk 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"
            }
        }
    }
}