Ask by Slite

Just ask, it answers.

什么是Ask by Slite?

Ask by Slite是由https://slite.com开发的Chrome扩展程序,该扩展的主要功能是“Just ask, it answers.”。

扩展截图

screenshot
screenshot

下载Ask by Slite扩展crx文件

下载Ask by Slite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Meet Ask: our Al-powered knowledge base assistant. Skip searching and reading through endless docs and get the answer you know is there in an instant.                    

扩展基本信息

名称 Ask by Slite Ask by Slite
ID knnaldegackdplnkdpkhedkkpgpgjfga
官方URL https://chromewebstore.google.com/detail/ask-by-slite/knnaldegackdplnkdpkhedkkpgpgjfga
简介 Just ask, it answers.
文件大小 23.73 MB
安装次数 531
当前版本 1.1.0
更新时间 2024-02-20
上架时间 2023-11-08
评分 5.00/5 共5次评分
开发者 https://slite.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://slite.com
隐私政策页面URL https://slite.slite.page/p/H1mLnkz6~/Privacy-at-Slite
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ask by Slite",
    "short_name": "Ask",
    "version": "1.1.0",
    "description": "Just ask, it answers.",
    "author": "Slite Inc.",
    "icons": {
        "128": "icon128.21f89712.png"
    },
    "background": {
        "service_worker": "serviceWorkerSidepanel.d5c23a5c.js",
        "type": "module"
    },
    "action": {
        "default_title": "Open Ask",
        "default_icon": {
            "16": "icon16.38a421fc.png",
            "32": "icon32.d3ae1896.png",
            "48": "icon48.077e5b47.png"
        }
    },
    "side_panel": {
        "default_path": "up_\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Open Ask in sidebar"
        }
    },
    "host_permissions": [
        "https:\/\/*.slite.com\/*",
        "https:\/\/slite.com\/*"
    ],
    "permissions": [
        "downloads",
        "webRequest",
        "storage",
        "declarativeNetRequest",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "up_\/index.html"
            ],
            "matches": []
        }
    ]
}