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
官方網址 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"
    ]
}