notion-enhancer

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

Qu'est-ce que notion-enhancer ?

notion-enhancer est une extension Chrome développée par dragonwocky, et sa fonction principale est "an enhancer/customiser for the all-in-one productivity workspace notion.so".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension notion-enhancer

Téléchargez les fichiers d'extension notion-enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
URL Officiel https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
Description an enhancer/customiser for the all-in-one productivity workspace notion.so
Taille du Fichier 1.81 MB
Nombre d'Installations 36,641
Version Actuelle 0.11.0.1
Dernière Mise à Jour 2021-12-31
Date de Publication 2021-12-31
Évaluation 4.59/5 Total 32 Évaluations
Développeur dragonwocky
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://notion-enhancer.github.io
URL de la Page d'Aide https://discord.gg/sFWPXtA
Langues Prises en Charge 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"
    ]
}