Spot Ai

Get the answers of questions that matter most to you.

什么是Spot Ai?

Spot Ai是由Spot开发的Chrome扩展程序,该扩展的主要功能是“Get the answers of questions that matter most to you.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Spot Ai扩展crx文件

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

扩展使用说明

                        🌟 Meet Spot AI - your new browsing buddy! 🌟
🤩 It reads the webpages for you, to answer your questions from their content.
 🔍 Research and uncover info with ease using Spot.
⚡️ Ready for Chrome, Brave, and Arc. Download Spot AI now!

Once installed in the browser, can be launched with:
👉 CMD/CTRL + K 

📌 Pin it in your browser for best experience.                    

扩展基本信息

名称 Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
官方URL https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
简介 Get the answers of questions that matter most to you.
文件大小 323 KB
安装次数 203
当前版本 0.0.8
更新时间 2024-01-25
上架时间 2023-09-27
评分 5.00/5 共5次评分
开发者 Spot
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mega-mind.io/spotai
帮助页面URL https://twitter.com/spotAi_
隐私政策页面URL https://vgvishesh.com/spotAi.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "manifest_version": 3,
    "name": "Spot Ai",
    "description": "Get the answers of questions that matter most to you.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "js\/index.html",
        "default_title": "React Chrome Extension",
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "favicon"
    ],
    "host_permissions": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}