易用侧边栏 Pro - 一个窗口同时打开两个页面

在一个窗口内同时打开两个页面,方便参照和对比。我们将访问您的topSites(most visited sites),用于快捷的在sidepanel中打开您常访问的网站

What is 易用侧边栏 Pro - 一个窗口同时打开两个页面?

易用侧边栏 Pro - 一个窗口同时打开两个页面 is a Chrome extension developed by sidepanel288, and its main feature is "在一个窗口内同时打开两个页面,方便参照和对比。我们将访问您的topSites(most visited sites),用于快捷的在sidepanel中打开您常访问的网站".

Extension Screenshots

screenshot

Download 易用侧边栏 Pro - 一个窗口同时打开两个页面 Extension CRX File

Download 易用侧边栏 Pro - 一个窗口同时打开两个页面 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

                        One window displays two pages for easy reference and comparison. Watch tv ,reply email and so on.                    

Extension Basic Information

Name 易用侧边栏 Pro - 一个窗口同时打开两个页面 易用侧边栏 Pro - 一个窗口同时打开两个页面
ID gnmokfnnmiogbienadgnimmgpjgollen
Official URL https://chromewebstore.google.com/detail/%E6%98%93%E7%94%A8%E4%BE%A7%E8%BE%B9%E6%A0%8F-pro-%E4%B8%80%E4%B8%AA%E7%AA%97%E5%8F%A3%E5%90%8C%E6%97%B6%E6%89%93%E5%BC%80%E4%B8%A4%E4%B8%AA%E9%A1%B5%E9%9D%A2/gnmokfnnmiogbienadgnimmgpjgollen
Description 在一个窗口内同时打开两个页面,方便参照和对比。我们将访问您的topSites(most visited sites),用于快捷的在sidepanel中打开您常访问的网站
File Size 146 KB
Installation Count 10,000
Current Version 1.0.6
Last Updated 2023-08-31
Publish Date 2023-08-31
Rating 4.00/5 Total 2 Ratings
Developer sidepanel288
Email [email protected]
Payment Type free
Supported Languages 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": "zh_CN",
    "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",
        "topSites"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "CMD_OPEN": {
            "suggested_key": "Alt+O",
            "description": "__MSG_cmd_open__"
        },
        "CMD_OPEN_CURRENT": {
            "suggested_key": "Alt+C",
            "description": "__MSG_cmd_open_current__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.6"
}