WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Side Space - AI Agent: Research, Summarize, Organize & Automate

Side Space - AI Agent: Research, Summarize, Organize & Automate

View on Chrome Web Store
View Side Space - AI Agent: Research, Summarize, Organize & Automate Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (51 ratings)
1 new ratings
19 views
This extension has been viewed 19 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AI Agent takes action for you: manage tabs & windows, automate tasks, summarize & research. Arc-style vertical tabs sidebar.
Type
Extension
Users
10,000 users
500
Website sidespace.app
Robert Shaw
View author page of Robert Shaw
Published
Published on October 11, 2023
Version 2.2.1
Manifest version
3
Updated
Updated on February 6, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Side Space - AI Agent: Research, Summarize, Organize & Automate Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "2.2.1",
    "description": "__MSG_extDesc__",
    "action": {
        "default_title": "__MSG_actionName__"
    },
    "side_panel": {
        "default_path": ".\/sidepanel\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": ".\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/content-scripts\/glow-animation.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                ".\/content-scripts\/sidebar-trigger.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "tabGroups",
        "contextMenus",
        "sidePanel",
        "notifications",
        "scripting"
    ],
    "optional_permissions": [
        "history",
        "topSites",
        "sessions",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/www.sidespace.app\/api",
        "https:\/\/sidespace.app\/api"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.sidespace.app\/*",
            "https:\/\/sidespace.app\/*"
        ]
    },
    "content_security_policy": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "__MSG_executeAction__"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top