SidebarTab - pin any web in side bar

pin any web in side panel

什么是SidebarTab - pin any web in side bar?

SidebarTab - pin any web in side bar是由vinechen开发的Chrome扩展程序,该扩展的主要功能是“pin any web in side panel”。

扩展截图

screenshot
screenshot
screenshot

下载SidebarTab - pin any web in side bar扩展crx文件

下载SidebarTab - pin any web in side bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SidebarTab allows you to easily open web pages in a sidebar without disrupting your main browsing tasks. With this extension, you can effortlessly access relevant information or resources while keeping your focus on the main browser window. This feature is especially useful for multitasking and streamlining your workflow. Download the extension today and enjoy a more efficient browsing experience!                    

扩展基本信息

名称 SidebarTab - pin any web in side bar SidebarTab - pin any web in side bar
ID acghhljehhigfeinngmggkpgbacpikfe
官方URL https://chromewebstore.google.com/detail/sidebartab-pin-any-web-in/acghhljehhigfeinngmggkpgbacpikfe
简介 pin any web in side panel
文件大小 239 KB
安装次数 607
当前版本 1.0.5
更新时间 2024-01-03
上架时间 2023-06-24
评分 4.27/5 共11次评分
开发者 vinechen
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chathub.gg/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SidebarTab - pin any web in side bar",
    "description": "pin any web in side panel",
    "version": "1.0.5",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SidebarTab -- Click to open sidebar"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest"
    ]
}