SidebarTab - pin any web in side bar

pin any web in side panel

Co to jest SidebarTab - pin any web in side bar?

SidebarTab - pin any web in side bar to rozszerzenie Chrome opracowane przez vinechen, a jego główną funkcją jest „pin any web in side panel”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SidebarTab - pin any web in side bar

Pobierz pliki rozszerzeń SidebarTab - pin any web in side bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SidebarTab - pin any web in side bar SidebarTab - pin any web in side bar
ID acghhljehhigfeinngmggkpgbacpikfe
Oficjalny URL https://chromewebstore.google.com/detail/sidebartab-pin-any-web-in/acghhljehhigfeinngmggkpgbacpikfe
Opis pin any web in side panel
Rozmiar pliku 239 KB
Liczba instalacji 607
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2023-06-24
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper vinechen
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://chathub.gg/privacy-policy
Obsługiwane Języki 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"
    ]
}