Page Sidebar | Open any page in side panel

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

Wat is Page Sidebar | Open any page in side panel?

Page Sidebar | Open any page in side panel is een Chrome-extensie ontwikkeld door https://www.stefanvd.net, en de belangrijkste functie is "Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Page Sidebar | Open any page in side panel

Download Page Sidebar | Open any page in side panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Page Sidebar | Open any page in side panel Page Sidebar | Open any page in side panel
ID gkkebamcfeaggmcfciekfakbmlgckdnh
Officiële URL https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh
Beschrijving Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
Bestandsgrootte 350 KB
Aantal Installaties 301
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-01-22
Publicatiedatum 2024-01-18
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.stefanvd.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.stefanvd.net
Help Pagina-URL https://www.stefanvd.net/support/
URL van de Privacybeleid Pagina https://www.stefanvd.net/privacy
Ondersteunde Talen 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"
    ]
}