Page Sidebar | Open any page in side panel

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

Cos'è Page Sidebar | Open any page in side panel?

Page Sidebar | Open any page in side panel è un'estensione di Chrome sviluppata da https://www.stefanvd.net, e la sua funzione principale è "Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Page Sidebar | Open any page in side panel

Scarica i file di estensione Page Sidebar | Open any page in side panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Page Sidebar | Open any page in side panel Page Sidebar | Open any page in side panel
ID gkkebamcfeaggmcfciekfakbmlgckdnh
URL Ufficiale https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh
Descrizione Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
Dimensione del File 350 KB
Conteggio Installazioni 301
Versione Corrente 1.0.2
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2024-01-18
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://www.stefanvd.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.stefanvd.net
URL della Pagina di Aiuto https://www.stefanvd.net/support/
URL della Pagina della Politica sulla Privacy https://www.stefanvd.net/privacy
Lingue Supportate 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"
    ]
}