WebExtension.net
WebExtension.net

Page Sidebar | Open any page in side panel

View on Chrome Web Store
View Page Sidebar | Open any page in side panel Chrome Extension on Chrome Web Store
4.5 (36 ratings)

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

Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
Type
Extension
Users
6,000 users
Stefan vd
View author page of Stefan vd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 18, 2024
Version 1.2.9
Manifest version
3
Updated
Updated on October 26, 2024
View on Chrome Web Store
View Page Sidebar | Open any page in side panel Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/scripts\/communicate.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "version": "1.2.9",
    "name": "__MSG_namefull__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "side_panel": {
        "default_path": "panel.html"
    },
    "action": {
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            }
        },
        "toggle-feature-openweb": {
            "suggested_key": {
                "default": "Ctrl+Shift+N",
                "mac": "MacCtrl+Shift+N"
            },
            "description": "__MSG_titelcurrenttab__"
        }
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "sidePanel",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "storage": {
        "managed_schema": "schema.json"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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