notion-enhancer

an enhancer/customiser for the all-in-one productivity workspace notion.so

什么是notion-enhancer?

notion-enhancer是由dragonwocky开发的Chrome扩展程序,该扩展的主要功能是“an enhancer/customiser for the all-in-one productivity workspace notion.so”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载notion-enhancer扩展crx文件

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

扩展使用说明

                        Adds new colour themes, extra sidebar features, right to left text, database customisation, icon upload history, and many more features to the Notion web client. For a full feature list and usage guide, check out the notion-enhancer website @ https://notion-enhancer.github.io/                    

扩展基本信息

名称 notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
官方URL https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
简介 an enhancer/customiser for the all-in-one productivity workspace notion.so
文件大小 1.81 MB
安装次数 36,641
当前版本 0.11.0.1
更新时间 2021-12-31
上架时间 2021-12-31
评分 4.59/5 共32次评分
开发者 dragonwocky
电子邮箱 [email protected]
付费类型 free
扩展官网 https://notion-enhancer.github.io
帮助页面URL https://discord.gg/sFWPXtA
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notion-enhancer",
    "version": "0.11.0.1",
    "author": "dragonwocky  (https:\/\/dragonwocky.me\/)",
    "description": "an enhancer\/customiser for the all-in-one productivity workspace notion.so",
    "homepage_url": "https:\/\/notion-enhancer.github.io",
    "icons": {
        "16": "media\/colour-x16.png",
        "32": "media\/colour-x32.png",
        "48": "media\/colour-x48.png",
        "128": "media\/colour-x128.png",
        "256": "media\/colour-x256.png",
        "512": "media\/colour-x512.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "worker.js"
        ]
    },
    "options_ui": {
        "page": "repo\/menu\/menu.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "env\/*",
        "api\/*",
        "dep\/*",
        "media\/*",
        "repo\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ]
}