SidebarTab - pin any web in side bar

pin any web in side panel

Wat is SidebarTab - pin any web in side bar?

SidebarTab - pin any web in side bar is een Chrome-extensie ontwikkeld door vinechen, en de belangrijkste functie is "pin any web in side panel".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SidebarTab - pin any web in side bar

Download SidebarTab - pin any web in side bar-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

                        SidebarTab allows you to easily open web pages in a sidebar without disrupting your main browsing tasks. With this extension, you can effortlessly access relevant information or resources while keeping your focus on the main browser window. This feature is especially useful for multitasking and streamlining your workflow. Download the extension today and enjoy a more efficient browsing experience!                    

Basisinformatie over de Extensie

Naam SidebarTab - pin any web in side bar SidebarTab - pin any web in side bar
ID acghhljehhigfeinngmggkpgbacpikfe
Officiële URL https://chromewebstore.google.com/detail/sidebartab-pin-any-web-in/acghhljehhigfeinngmggkpgbacpikfe
Beschrijving pin any web in side panel
Bestandsgrootte 239 KB
Aantal Installaties 607
Huidige Versie 1.0.5
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2023-06-24
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar vinechen
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://chathub.gg/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SidebarTab - pin any web in side bar",
    "description": "pin any web in side panel",
    "version": "1.0.5",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SidebarTab -- Click to open sidebar"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest"
    ]
}