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
Eメール [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": [
                "*"
            ]
        }
    ]
}