notion-enhancer

an enhancer/customiser for the all-in-one productivity workspace notion.so

notion-enhancer क्या है?

notion-enhancer dragonwocky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "an enhancer/customiser for the all-in-one productivity workspace notion.so"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Adds new colour themes, extra sidebar features, right to left text, database customisation, icon upload history, and many more features to the Notion web client. For a full feature list and usage guide, check out the notion-enhancer website @ https://notion-enhancer.github.io/                    

एक्सटेंशन की मूल जानकारी

नाम notion-enhancer notion-enhancer
ID dndcmiicjbkfcbpjincpefjkagflbbnl
आधिकारिक URL https://chromewebstore.google.com/detail/notion-enhancer/dndcmiicjbkfcbpjincpefjkagflbbnl
विवरण an enhancer/customiser for the all-in-one productivity workspace notion.so
फ़ाइल का आकार 1.81 MB
स्थापना संख्या 36,641
वर्तमान संस्करण 0.11.0.1
अंतिम अपडेट 2021-12-31
प्रकाशन तिथि 2021-12-31
रेटिंग 4.59/5 कुल 32 रेटिंग्स
डेवलपर dragonwocky
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notion-enhancer.github.io
सहायता पृष्ठ URL https://discord.gg/sFWPXtA
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "notion-enhancer",
    "version": "0.11.0.1",
    "author": "dragonwocky  (https:\/\/dragonwocky.me\/)",
    "description": "an enhancer\/customiser for the all-in-one productivity workspace notion.so",
    "homepage_url": "https:\/\/notion-enhancer.github.io",
    "icons": {
        "16": "media\/colour-x16.png",
        "32": "media\/colour-x32.png",
        "48": "media\/colour-x48.png",
        "128": "media\/colour-x128.png",
        "256": "media\/colour-x256.png",
        "512": "media\/colour-x512.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "worker.js"
        ]
    },
    "options_ui": {
        "page": "repo\/menu\/menu.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "env\/*",
        "api\/*",
        "dep\/*",
        "media\/*",
        "repo\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.notion.so\/*",
                "https:\/\/*.notion.site\/*"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ]
}