Discord Theme For Notion

This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors

Was ist Discord Theme For Notion?

Discord Theme For Notion ist eine Chrome-Erweiterung, die von Tanmay entwickelt wurde, und ihr Hauptmerkmal ist "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Discord Theme For Notion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Theme For Notion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a Theme which will make your Notion workspace more attractive and it comes with dark theme so it will be easy to work long hours.

* This Theme Only Works with Dark Mode for Notion                    

Grundlegende Informationen zur Erweiterung

Name Discord Theme For Notion Discord Theme For Notion
ID gppjccbnppanjcchekonkmbaepdeijdn
Offizielle URL https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn
Beschreibung This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors
Dateigröße 10.9 KB
Installationsanzahl 404
Aktuelle Version 1.1
Letztes Update 2021-08-16
Veröffentlichungsdatum 2021-08-16
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Tanmay
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.patreon.com/bePatron?u=46563102
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Theme For Notion",
    "version": "1.1",
    "description": "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors",
    "author": "Tanmay",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.notion.so.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ON or OFF"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "web_accessible_resources": [
        "styles.css"
    ],
    "permissions": [
        "activeTab"
    ]
}