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"
            }
        }
    }
}