Page Sidebar | Open any page in side panel

Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!

Page Sidebar | Open any page in side panel란 무엇입니까?

Page Sidebar | Open any page in side panel은(는) https://www.stefanvd.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Page Sidebar | Open any page in side panel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you tired of constantly switching between tabs while working or browsing the web? With the Page Sidebar browser extension, you gain instant access to a customizable sidebar that allows you to effortlessly drag and drop your favorite websites and view them side by side. Streamline your workflow, eliminate unnecessary tab-switching, and take control of your online experience today!

The Page Sidebar is a lightweight and useful add-in designed to elevate productivity. With this tool, you can effortlessly drag and drop your favorite websites into the sidebar, creating a convenient hub for quick access. Moreover, when you drag a highlighted text into the sidebar, it will automatically search for that keyword in your favorite search engine. No need to open new tabs or interrupt your workflow – the information you need is right at your fingertips in the sidebar.

Browser extension features:
◆ Browsing Experience:
Open any webpage seamlessly with a robust web browser sidebar view. Whether reading a Wikipedia article, watching a YouTube video, write in a text editor, coding, split-view your calendar, translating a word, shopping, or responding to emails, enhance your browsing experience, etc.
◆ Context Menu
Access the context menu by right-clicking to seamlessly open any link in the side panel. And selected text to open the side panel search page.
◆ Pinned Side Panel:
The side panel remains open until you choose to close it, allowing for convenient reference and effortless page comparison within a single window.
◆ Drag and drop:
Easily drag and drop links and text for efficient navigation.
◆ First Page:
Customize the initial home page displayed in the side panel for a tailored browsing experience.
◆ Navigation Bar:
- The home button to reset the view with a single click to the default page or your custom home page
- Utilize the search box in the navigation bar for quick URL tracking, with search terms automatically using the default search engine. Additionally, paste URLs directly into the search box to open websites in the side panel, streamlining your browsing workflow.
- Designate the position of the navigation bar at the top, bottom, or hidden for a personalized interface.
◆ Customizable Search Engine:
Enjoy customizable search engine options, including Google, Bing, DuckDuckGo, Baidu, and Yandex.
◆ Custom Toolbar Icon:
Select your preferred toolbar icon in either light or dark mode, adapting to your visual preferences.
◆ Resizable Side Panel
You can adjust the width of the side panel by grabbing the edge, either increasing or decreasing its size.
◆ Define custom keyboard combinations to activate the sidebar swiftly
◆ Support for Dark Mode

Project Information:
https://www.stefanvd.net/project/page-sidebar/browser-extension/

Required Permissions:
◆ "contextMenus": Add a context menu to instantly open the side panel.
◆ "sidepanel": Allow the website to be visible in the side panel.
◆ "storage": Save settings locally and sync with your web browser account.
◆ "declarativeNetRequestWithHostAccess": Allow all websites to be viewed in the side panel.

Note:
CSP headers have been customized to allow this page to be viewed in the sidebar.

<<< Option feature >>>
Unlock an option feature to protect your eyes at night and focus on the video player, such as YouTube™, by installing Turn Off the Lights browser extension for YouTube and Beyond.
https://chromewebstore.google.com/detail/turn-off-the-lights/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

확장 프로그램 기본 정보

이름 Page Sidebar | Open any page in side panel Page Sidebar | Open any page in side panel
ID gkkebamcfeaggmcfciekfakbmlgckdnh
공식 URL https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh
설명 Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
파일 크기 350 KB
설치 횟수 301
현재 버전 1.0.2
최근 업데이트 2024-01-22
출시 날짜 2024-01-18
평점 4.33/5 총 3 개의 평점
개발자 https://www.stefanvd.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.stefanvd.net
도움말 페이지 URL https://www.stefanvd.net/support/
개인정보 보호 정책 페이지 URL https://www.stefanvd.net/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_namefull__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "side_panel": {
        "default_path": "panel.html"
    },
    "action": {
        "default_title": "__MSG_name__"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "permissions": [
        "contextMenus",
        "storage",
        "sidePanel",
        "declarativeNetRequestWithHostAccess"
    ]
}