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
Eメール [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"
    ]
}