Notion Themes by nbundle.com
Make Notion pretty with custom themes and fonts
¿Qué es Notion Themes by nbundle.com?
Notion Themes by nbundle.com es una extensión de Chrome desarrollada por http://nbundle.com, y su función principal es "Make Notion pretty with custom themes and fonts".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notion Themes by nbundle.com
Descarga archivos de extensión Notion Themes by nbundle.com en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hnkidnkbclkdphjdajkcealmfagonpdl |
URL Oficial | https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl |
Descripción | Make Notion pretty with custom themes and fonts |
Tamaño del Archivo | 41.98 KB |
Cantidad de Instalaciones | 5,262 |
Versión Actual | 0.0.9 |
Última Actualización | 2022-08-10 |
Fecha de Publicación | 2022-07-20 |
Calificación | 3.33/5 Total de 9 Calificaciones |
Desarrollador | http://nbundle.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://pumpkint.com/privacy |
Idiomas Soportados | 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\/*" ] } } |