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
Eメール [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"
    ]
}