Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

Co to jest Notion Sidebar Expander?

Notion Sidebar Expander to rozszerzenie Chrome opracowane przez George Gillams, a jego główną funkcją jest „Expands Notion Sidebar items to reveal the current page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Notion Sidebar Expander

Pobierz pliki rozszerzeń Notion Sidebar Expander 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

                        Automatically expands Notion sidebar to reveal the current page                    

Podstawowe informacje o rozszerzeniu

Nazwa Notion Sidebar Expander Notion Sidebar Expander
ID bcncpphhpgindiaibcnbhihjkchnanad
Oficjalny URL https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad
Opis Expands Notion Sidebar items to reveal the current page
Rozmiar pliku 9.72 KB
Liczba instalacji 290
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-06-06
Data Publikacji 2022-02-15
Ocena 3.20/5 Łącznie 5 Oceny
Deweloper George Gillams
E-mail chrome_ext@georgegillams.co.uk
Typ Płatności free
Obsługiwane Języki 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": "notion-sidebar-expander@georgegillams.co.uk"
        }
    }
}