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"
    ]
}