SidePanel - One window displays two pages

One window displays two pages for easy reference and comparison.

What is SidePanel - One window displays two pages?

SidePanel - One window displays two pages is a Chrome extension developed by aiimagedownloader, and its main feature is "One window displays two pages for easy reference and comparison.".

Extension Screenshots

screenshot

Download SidePanel - One window displays two pages Extension CRX File

Download SidePanel - One window displays two pages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        In the side panel, you can open a new web page for reference. Or open youtube on the working page to watch videos, etc.                    

Extension Basic Information

Name SidePanel - One window displays two pages SidePanel - One window displays two pages
ID ebjknmjfadfhooobaaedoopbeifimgmk
Official URL https://chromewebstore.google.com/detail/sidepanel-one-window-disp/ebjknmjfadfhooobaaedoopbeifimgmk
Description One window displays two pages for easy reference and comparison.
File Size 125 KB
Installation Count 166
Current Version 1.0.5
Last Updated 2023-07-29
Publish Date 2023-07-29
Rating 4.00/5 Total 1 Ratings
Developer aiimagedownloader
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/Show-Sidepanel-128.png"
    },
    "icons": {
        "128": "img\/Show-Sidepanel-128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "sidePanel",
        "history",
        "favicon"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "CMD_OPEN_AG": {
            "suggested_key": "Ctrl+P",
            "description": "__MSG_cmd_p__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "img\/*.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.5"
}