Page Sidebar | Open any page in side panel

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

Qu'est-ce que Page Sidebar | Open any page in side panel ?

Page Sidebar | Open any page in side panel est une extension Chrome développée par https://www.stefanvd.net, et sa fonction principale est "Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Sidebar | Open any page in side panel

Téléchargez les fichiers d'extension Page Sidebar | Open any page in side panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Page Sidebar | Open any page in side panel Page Sidebar | Open any page in side panel
ID gkkebamcfeaggmcfciekfakbmlgckdnh
URL Officiel https://chromewebstore.google.com/detail/page-sidebar-open-any-pag/gkkebamcfeaggmcfciekfakbmlgckdnh
Description Effortlessly open any website in your web browser's sidebar – streamline your workflow instantly!
Taille du Fichier 350 KB
Nombre d'Installations 301
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-01-22
Date de Publication 2024-01-18
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://www.stefanvd.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.stefanvd.net
URL de la Page d'Aide https://www.stefanvd.net/support/
URL de la Page de Politique de Confidentialité https://www.stefanvd.net/privacy
Langues Prises en Charge 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"
    ]
}