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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinechen และคุณลักษณะหลักของมันคือ "pin any web in side panel"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SidebarTab - pin any web in side bar

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}