SidePanel - One window displays two pages

One window displays two pages for easy reference and comparison.

SidePanel - One window displays two pagesとは何ですか?

SidePanel - One window displays two pagesはaiimagedownloaderによって開発されたChromeの拡張機能で、その主な機能は「One window displays two pages for easy reference and comparison.」です。

拡張機能のスクリーンショット

screenshot

SidePanel - One window displays two pages拡張機能のCRXファイルをダウンロード

SidePanel - One window displays two pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 SidePanel - One window displays two pages SidePanel - One window displays two pages
ID ebjknmjfadfhooobaaedoopbeifimgmk
公式URL https://chromewebstore.google.com/detail/sidepanel-one-window-disp/ebjknmjfadfhooobaaedoopbeifimgmk
説明 One window displays two pages for easy reference and comparison.
ファイルサイズ 125 KB
インストール数 166
現在のバージョン 1.0.5
最終更新日 2023-07-29
公開日 2023-07-29
評価 4.00/5 合計 1 レビュー
開発者 aiimagedownloader
Eメール [email protected]
支払い方法 free
対応言語 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"
}