SidebarTab - pin any web in side bar

pin any web in side panel

Qu'est-ce que SidebarTab - pin any web in side bar ?

SidebarTab - pin any web in side bar est une extension Chrome développée par vinechen, et sa fonction principale est "pin any web in side panel".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SidebarTab - pin any web in side bar

Téléchargez les fichiers d'extension SidebarTab - pin any web in side bar 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

                        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!                    

Informations de Base sur l'Extension

Nom SidebarTab - pin any web in side bar SidebarTab - pin any web in side bar
ID acghhljehhigfeinngmggkpgbacpikfe
URL Officiel https://chromewebstore.google.com/detail/sidebartab-pin-any-web-in/acghhljehhigfeinngmggkpgbacpikfe
Description pin any web in side panel
Taille du Fichier 239 KB
Nombre d'Installations 607
Version Actuelle 1.0.5
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-06-24
Évaluation 4.27/5 Total 11 Évaluations
Développeur vinechen
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chathub.gg/privacy-policy
Langues Prises en Charge 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"
    ]
}