Notion Themes by nbundle.com
Make Notion pretty with custom themes and fonts
Qu'est-ce que Notion Themes by nbundle.com ?
Notion Themes by nbundle.com est une extension Chrome développée par http://nbundle.com, et sa fonction principale est "Make Notion pretty with custom themes and fonts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notion Themes by nbundle.com
Téléchargez les fichiers d'extension Notion Themes by nbundle.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hnkidnkbclkdphjdajkcealmfagonpdl |
URL Officiel | https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl |
Description | Make Notion pretty with custom themes and fonts |
Taille du Fichier | 41.98 KB |
Nombre d'Installations | 5,262 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2022-08-10 |
Date de Publication | 2022-07-20 |
Évaluation | 3.33/5 Total 9 Évaluations |
Développeur | http://nbundle.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://pumpkint.com/privacy |
Langues Prises en Charge | 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\/*" ] } } |