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
Eメール [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"
    ]
}