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

O que é Discord Theme For Notion?

Discord Theme For Notion é uma extensão do Chrome desenvolvida por Tanmay, e sua principal característica é "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Discord Theme For Notion

Baixe arquivos de extensão Discord Theme For Notion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Discord Theme For Notion Discord Theme For Notion
ID gppjccbnppanjcchekonkmbaepdeijdn
URL Oficial https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn
Descrição This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors
Tamanho do Arquivo 10.9 KB
Contagem de Instalações 404
Versão Atual 1.1
Última Atualização 2021-08-16
Data de Publicação 2021-08-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Tanmay
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.patreon.com/bePatron?u=46563102
Idiomas Suportados 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"
    ]
}