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
Cos'è Discord Theme For Notion?
Discord Theme For Notion è un'estensione di Chrome sviluppata da Tanmay, e la sua funzione principale è "This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Discord Theme For Notion
Scarica i file di estensione Discord Theme For Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Discord Theme For Notion |
ID | gppjccbnppanjcchekonkmbaepdeijdn |
URL Ufficiale | https://chromewebstore.google.com/detail/discord-theme-for-notion/gppjccbnppanjcchekonkmbaepdeijdn |
Descrizione | This theme will make your Notion Workspace look Good.It is inspired from Discord color pallete which has very vibrant colors |
Dimensione del File | 10.9 KB |
Conteggio Installazioni | 404 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-08-16 |
Data di Pubblicazione | 2021-08-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Tanmay |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.patreon.com/bePatron?u=46563102 |
Lingue Supportate | 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" ] } |