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
官方網址 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"
    ]
}