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 là gì?

Discord Theme For Notion là một tiện ích mở rộng Chrome được phát triển bởi Tanmay, và tính năng chính của nó là "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Theme For Notion

Tải xuống các tệp mở rộng Discord Theme For Notion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Theme For Notion Discord Theme For Notion
ID gppjccbnppanjcchekonkmbaepdeijdn
URL Chính Thức https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn
Mô tả This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors
Kích Thước Tệp 10.9 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-08-16
Ngày Phát Hành 2021-08-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Tanmay
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.patreon.com/bePatron?u=46563102
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}