Notion Themes by nbundle.com

Make Notion pretty with custom themes and fonts

O que é Notion Themes by nbundle.com?

Notion Themes by nbundle.com é uma extensão do Chrome desenvolvida por http://nbundle.com, e sua principal característica é "Make Notion pretty with custom themes and fonts".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notion Themes by nbundle.com

Baixe arquivos de extensão Notion Themes by nbundle.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Notion Themes by nbundle.com Notion Themes by nbundle.com
ID hnkidnkbclkdphjdajkcealmfagonpdl
URL Oficial https://chrome.google.com/webstore/detail/notion-themes-by-nbundlec/hnkidnkbclkdphjdajkcealmfagonpdl
Descrição Make Notion pretty with custom themes and fonts
Tamanho do Arquivo 41.98 KB
Contagem de Instalações 5,262
Versão Atual 0.0.9
Última Atualização 2022-08-10
Data de Publicação 2022-07-20
Classificação 3.33/5 Total de 9 Avaliações
Desenvolvedor http://nbundle.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://pumpkint.com/privacy
Idiomas Suportados 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\/*"
        ]
    }
}