Notion Themes by nbundle.com

Make Notion pretty with custom themes and fonts

Τι είναι το Notion Themes by nbundle.com;

Το Notion Themes by nbundle.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://nbundle.com, και η κύρια λειτουργία του είναι "Make Notion pretty with custom themes and fonts".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notion Themes by nbundle.com

Λήψη αρχείων επέκτασης Notion Themes by nbundle.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notion Themes by nbundle.com Notion Themes by nbundle.com
ID hnkidnkbclkdphjdajkcealmfagonpdl
Επίσημο URL https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl
Περιγραφή Make Notion pretty with custom themes and fonts
Μέγεθος Αρχείου 41.98 KB
Αριθμός Εγκαταστάσεων 5,262
Τρέχουσα Έκδοση 0.0.9
Τελευταία Ενημέρωση 2022-08-10
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 3.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής http://nbundle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://pumpkint.com/privacy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}