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
官方網址 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": [
                "*"
            ]
        }
    ]
}