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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Discord Theme For Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |