Notion Sidebar Expander

Expands Notion Sidebar items to reveal the current page

什么是Notion Sidebar Expander?

Notion Sidebar Expander是由George Gillams开发的Chrome扩展程序,该扩展的主要功能是“Expands Notion Sidebar items to reveal the current page”。

扩展截图

screenshot

下载Notion Sidebar Expander扩展crx文件

下载Notion Sidebar Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically expands Notion sidebar to reveal the current page                    

扩展基本信息

名称 Notion Sidebar Expander Notion Sidebar Expander
ID bcncpphhpgindiaibcnbhihjkchnanad
官方URL https://chromewebstore.google.com/detail/notion-sidebar-expander/bcncpphhpgindiaibcnbhihjkchnanad
简介 Expands Notion Sidebar items to reveal the current page
文件大小 9.72 KB
安装次数 290
当前版本 1.1.2
更新时间 2023-06-06
上架时间 2022-02-15
评分 3.20/5 共5次评分
开发者 George Gillams
电子邮箱 [email protected]
付费类型 free
支持的语言 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]"
        }
    }
}