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

Vad är Discord Theme For Notion?

Discord Theme For Notion är en Chrome-tillägg utvecklad av Tanmay, och dess huvudfunktion är "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Discord Theme For Notion-förlängningens CRX-fil

Ladda ner Discord Theme For Notion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Discord Theme For Notion Discord Theme For Notion
ID gppjccbnppanjcchekonkmbaepdeijdn
Officiell webbadress https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn
Beskrivning This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors
Filstorlek 10.9 KB
Antal Installationer 404
Aktuell Version 1.1
Senast Uppdaterad 2021-08-16
Publiceringsdatum 2021-08-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Tanmay
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.patreon.com/bePatron?u=46563102
Stödda Språk 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"
    ]
}