Notion Themes by nbundle.com

Make Notion pretty with custom themes and fonts

什么是Notion Themes by nbundle.com?

Notion Themes by nbundle.com是由http://nbundle.com开发的Chrome扩展程序,该扩展的主要功能是“Make Notion pretty with custom themes and fonts”。

扩展截图

screenshot
screenshot
screenshot

下载Notion Themes by nbundle.com扩展crx文件

下载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\/*"
        ]
    }
}