Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

Vad är Notion Sidebar Expander?

Notion Sidebar Expander är en Chrome-tillägg utvecklad av George Gillams, och dess huvudfunktion är "Expands Notion Sidebar items to reveal the current page".

Tilläggsskärmbilder

screenshot

Ladda ner Notion Sidebar Expander-förlängningens CRX-fil

Ladda ner Notion Sidebar Expander-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Automatically expands Notion sidebar to reveal the current page                    

Grundläggande Information om Tillägg

Namn Notion Sidebar Expander Notion Sidebar Expander
ID bcncpphhpgindiaibcnbhihjkchnanad
Officiell webbadress https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad
Beskrivning Expands Notion Sidebar items to reveal the current page
Filstorlek 9.72 KB
Antal Installationer 290
Aktuell Version 1.1.2
Senast Uppdaterad 2023-06-06
Publiceringsdatum 2022-02-15
Betyg 3.20/5 Totalt 5 Betyg
Utvecklare George Gillams
E-post [email protected]
Betalningssätt free
Stödda Språk 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]"
        }
    }
}