Notion Themes by nbundle.com
Make Notion pretty with custom themes and fonts
Cos'è Notion Themes by nbundle.com?
Notion Themes by nbundle.com è un'estensione di Chrome sviluppata da http://nbundle.com, e la sua funzione principale è "Make Notion pretty with custom themes and fonts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notion Themes by nbundle.com
Scarica i file di estensione Notion Themes by nbundle.com 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
Notion Themes by nbundle.com allows you to customize your Notion custom themes and fonts. Notion Themes by nbundle.com works with the Notion Mac App, the Notion Windows App, and the Notion Web App on Google Chrome, Brave, Microsoft Edge, & Firefox. Go to https://nbundle.com to get access to even more powerful Notion apps.
Informazioni di Base sull'Estensione
Nome | |
ID | hnkidnkbclkdphjdajkcealmfagonpdl |
URL Ufficiale | https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl |
Descrizione | Make Notion pretty with custom themes and fonts |
Dimensione del File | 41.98 KB |
Conteggio Installazioni | 5,262 |
Versione Corrente | 0.0.9 |
Ultimo Aggiornamento | 2022-08-10 |
Data di Pubblicazione | 2022-07-20 |
Valutazione | 3.33/5 Totale 9 Valutazioni |
Sviluppatore | http://nbundle.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://pumpkint.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notion Themes by nbundle.com", "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/notionthemes.netlify.app; style-src https:\/\/fonts.googleapis.com;" }, "manifest_version": 3, "version": "0.0.9", "description": "Make Notion pretty with custom themes and fonts", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.notion.so\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "nbundle\/content.js" ] } ], "background": { "service_worker": "nbundle\/background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "resources": [ "icon16.png", "icon32.png", "icon48.png", "icon128.png", "nbundle\/app.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.notion.so\/*" ] } } |