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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}