Monkai - AI Focus Assistant from Your New Tab

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

Monkai - AI Focus Assistant from Your New Tabคืออะไร?

Monkai - AI Focus Assistant from Your New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monkai.io และคุณลักษณะหลักของมันคือ "Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monkai - AI Focus Assistant from Your New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Monkai - AI Focus Assistant from Your New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Monkai - AI Focus Assistant from Your New Tab Monkai - AI Focus Assistant from Your New Tab
ID kkacpbmkhbljebmpcopjlgfgbgeokbhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/monkai-ai-focus-assistant/kkacpbmkhbljebmpcopjlgfgbgeokbhn
คำอธิบาย Monkai is your personal AI assistant that helps you to manage your focus, distraction, and mindfulness
ขนาดไฟล์ 17.55 MB
จำนวนการติดตั้ง 188
เวอร์ชันปัจจุบัน 1.6.2.0
อัปเดตครั้งล่าสุด 2022-08-15
วันที่เผยแพร่ 2020-04-14
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://monkai.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://monkai.io
URL หน้านโยบายความเป็นส่วนตัว https://monkai.io/pdfs/PrivacyPolicy.pdf
ภาษาที่รองรับ 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"
            }
        }
    }
}