Notion Themes by nbundle.com
Make Notion pretty with custom themes and fonts
Was ist Notion Themes by nbundle.com?
Notion Themes by nbundle.com ist eine Chrome-Erweiterung, die von http://nbundle.com entwickelt wurde, und ihr Hauptmerkmal ist "Make Notion pretty with custom themes and fonts".
Erweiterungsscreenshots
Notion Themes by nbundle.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notion Themes by nbundle.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hnkidnkbclkdphjdajkcealmfagonpdl |
Offizielle URL | https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl |
Beschreibung | Make Notion pretty with custom themes and fonts |
Dateigröße | 41.98 KB |
Installationsanzahl | 5,262 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2022-08-10 |
Veröffentlichungsdatum | 2022-07-20 |
Bewertung | 3.33/5 Insgesamt 9 Bewertungen |
Entwickler | http://nbundle.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://pumpkint.com/privacy |
Unterstützte Sprachen | 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\/*" ] } } |