SidebarTab - pin any web in side bar

pin any web in side panel

What is SidebarTab - pin any web in side bar?

SidebarTab - pin any web in side bar is a Chrome extension developed by vinechen, and its main feature is "pin any web in side panel".

Extension Screenshots

screenshot
screenshot
screenshot

Download SidebarTab - pin any web in side bar Extension CRX File

Download SidebarTab - pin any web in side bar 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

                        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!                    

Extension Basic Information

Name SidebarTab - pin any web in side bar SidebarTab - pin any web in side bar
ID acghhljehhigfeinngmggkpgbacpikfe
Official URL https://chromewebstore.google.com/detail/sidebartab-pin-any-web-in/acghhljehhigfeinngmggkpgbacpikfe
Description pin any web in side panel
File Size 239 KB
Installation Count 607
Current Version 1.0.5
Last Updated 2024-01-03
Publish Date 2023-06-24
Rating 4.27/5 Total 11 Ratings
Developer vinechen
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chathub.gg/privacy-policy
Supported Languages 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"
    ]
}