Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

Cos'è Notion Sidebar Expander?

Notion Sidebar Expander è un'estensione di Chrome sviluppata da George Gillams, e la sua funzione principale è "Expands Notion Sidebar items to reveal the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Notion Sidebar Expander

Scarica i file di estensione Notion Sidebar Expander 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

                        Automatically expands Notion sidebar to reveal the current page                    

Informazioni di Base sull'Estensione

Nome Notion Sidebar Expander Notion Sidebar Expander
ID bcncpphhpgindiaibcnbhihjkchnanad
URL Ufficiale https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad
Descrizione Expands Notion Sidebar items to reveal the current page
Dimensione del File 9.72 KB
Conteggio Installazioni 290
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-06-06
Data di Pubblicazione 2022-02-15
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore George Gillams
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion Sidebar Expander",
    "description": "Expands Notion Sidebar items to reveal the current page",
    "version": "1.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}