Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

Qu'est-ce que Notion Sidebar Expander ?

Notion Sidebar Expander est une extension Chrome développée par George Gillams, et sa fonction principale est "Expands Notion Sidebar items to reveal the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notion Sidebar Expander

Téléchargez les fichiers d'extension Notion Sidebar Expander 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

                        Automatically expands Notion sidebar to reveal the current page                    

Informations de Base sur l'Extension

Nom Notion Sidebar Expander Notion Sidebar Expander
ID bcncpphhpgindiaibcnbhihjkchnanad
URL Officiel https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad
Description Expands Notion Sidebar items to reveal the current page
Taille du Fichier 9.72 KB
Nombre d'Installations 290
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-06-06
Date de Publication 2022-02-15
Évaluation 3.20/5 Total 5 Évaluations
Développeur George Gillams
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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]"
        }
    }
}