notion-enhancer

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

Cos'è notion-enhancer?

notion-enhancer è un'estensione di Chrome sviluppata da dragonwocky, e la sua funzione principale è "an enhancer/customiser for the all-in-one productivity workspace notion.so".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione notion-enhancer

Scarica i file di estensione notion-enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
URL Ufficiale https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
Descrizione an enhancer/customiser for the all-in-one productivity workspace notion.so
Dimensione del File 1.81 MB
Conteggio Installazioni 36,641
Versione Corrente 0.11.0.1
Ultimo Aggiornamento 2021-12-31
Data di Pubblicazione 2021-12-31
Valutazione 4.59/5 Totale 32 Valutazioni
Sviluppatore dragonwocky
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://notion-enhancer.github.io
URL della Pagina di Aiuto https://discord.gg/sFWPXtA
Lingue Supportate 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"
    ]
}