Monkai - AI Focus Assistant from Your New Tab

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

Apa itu Monkai - AI Focus Assistant from Your New Tab?

Monkai - AI Focus Assistant from Your New Tab adalah ekstensi Chrome yang dikembangkan oleh https://monkai.io, dan fitur utamanya adalah "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Monkai - AI Focus Assistant from Your New Tab

Unduh file ekstensi Monkai - AI Focus Assistant from Your New Tab 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

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

Informasi Dasar Ekstensi

Nama Monkai - AI Focus Assistant from Your New Tab Monkai - AI Focus Assistant from Your New Tab
ID kkacpbmkhbljebmpcopjlgfgbgeokbhn
URL Resmi https://chromewebstore.google.com/detail/monkai-ai-focus-assistant/kkacpbmkhbljebmpcopjlgfgbgeokbhn
Deskripsi Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness
Ukuran File 17.55 MB
Jumlah Instalasi 188
Versi Saat Ini 1.6.2.0
Terakhir Diperbarui 2022-08-15
Tanggal Publikasi 2020-04-14
Penilaian 5.00/5 Total 14 Penilaian
Pengembang https://monkai.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://monkai.io
URL Halaman Kebijakan Privasi https://monkai.io/pdfs/PrivacyPolicy.pdf
Bahasa yang Didukung 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"
            }
        }
    }
}