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是由Tanmay开发的Chrome扩展程序,该扩展的主要功能是“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

下载Discord Theme For Notion扩展crx文件

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