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”。
擴展截圖
下載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 |
ID | gppjccbnppanjcchekonkmbaepdeijdn |
官方網址 | 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" ] } |