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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Notion pretty with custom themes and fonts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notion Themes by nbundle.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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