notion-enhancer

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

Co je notion-enhancer?

notion-enhancer je rozšíření Chrome vyvinuté dragonwocky, a jeho hlavní funkcí je „an enhancer/customiser for the all-in-one productivity workspace notion.so“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření notion-enhancer

Stáhněte si soubory rozšíření notion-enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
Oficiální URL https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
Popis an enhancer/customiser for the all-in-one productivity workspace notion.so
Velikost souboru 1.81 MB
Počet instalací 36,641
Aktuální Verze 0.11.0.1
Poslední Aktualizace 2021-12-31
Datum Vydání 2021-12-31
Hodnocení 4.59/5 Celkem 32 Hodnocení
Vývojář dragonwocky
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://notion-enhancer.github.io
URL Stránky Nápovědy https://discord.gg/sFWPXtA
Podporované Jazyky 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"
    ]
}