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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}