Notion Themes by nbundle.com

Make Notion pretty with custom themes and fonts

Vad är Notion Themes by nbundle.com?

Notion Themes by nbundle.com är en Chrome-tillägg utvecklad av http://nbundle.com, och dess huvudfunktion är "Make Notion pretty with custom themes and fonts".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Notion Themes by nbundle.com-förlängningens CRX-fil

Ladda ner Notion Themes by nbundle.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Notion Themes by nbundle.com Notion Themes by nbundle.com
ID hnkidnkbclkdphjdajkcealmfagonpdl
Officiell webbadress https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl
Beskrivning Make Notion pretty with custom themes and fonts
Filstorlek 41.98 KB
Antal Installationer 5,262
Aktuell Version 0.0.9
Senast Uppdaterad 2022-08-10
Publiceringsdatum 2022-07-20
Betyg 3.33/5 Totalt 9 Betyg
Utvecklare http://nbundle.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://pumpkint.com/privacy
Stödda Språk 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\/*"
        ]
    }
}