Page Sidebar | Open any page in side panel

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

Co je Page Sidebar | Open any page in side panel?

Page Sidebar | Open any page in side panel je rozšíření Chrome vyvinuté https://www.stefanvd.net, a jeho hlavní funkcí je „Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Page Sidebar | Open any page in side panel

Stáhněte si soubory rozšíření Page Sidebar | Open any page in side panel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Page Sidebar | Open any page in side panel Page Sidebar | Open any page in side panel
ID gkkebamcfeaggmcfciekfakbmlgckdnh
Oficiální URL https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh
Popis Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
Velikost souboru 350 KB
Počet instalací 301
Aktuální Verze 1.0.2
Poslední Aktualizace 2024-01-22
Datum Vydání 2024-01-18
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář https://www.stefanvd.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.stefanvd.net
URL Stránky Nápovědy https://www.stefanvd.net/support/
URL Stránky Zásad Ochrany Soukromí https://www.stefanvd.net/privacy
Podporované Jazyky 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"
    ]
}