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

Что такое Discord Theme For Notion?

Discord Theme For Notion - это расширение Chrome, разработанное Tanmay, и его основная функция - "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Discord Theme For Notion

Скачайте файлы расширений Discord Theme For Notion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Discord Theme For Notion Discord Theme For Notion
ID gppjccbnppanjcchekonkmbaepdeijdn
Официальный URL https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn
Описание This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors
Размер файла 10.9 KB
Количество установок 404
Текущая Версия 1.1
Последнее Обновление 2021-08-16
Дата публикации 2021-08-16
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Tanmay
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.patreon.com/bePatron?u=46563102
Поддерживаемые языки 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"
    ]
}