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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}