Notion Code Formatter

Format code blocks in Notion using Prettier. Made by notaku.so

Notion Code Formatter क्या है?

Notion Code Formatter https://notaku.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Format code blocks in Notion using Prettier. Made by notaku.so"।

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

screenshot

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

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

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

                        Format your Notion code blocks white space and indentation

This extension will add a "format" button at the top of all Notion code blocks                    

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

नाम Notion Code Formatter Notion Code Formatter
ID maijefmgfbmajbpbdlpbbplggifdgmme
आधिकारिक URL https://chromewebstore.google.com/detail/notion-code-formatter/maijefmgfbmajbpbdlpbbplggifdgmme
विवरण Format code blocks in Notion using Prettier. Made by notaku.so
फ़ाइल का आकार 1.51 MB
स्थापना संख्या 131
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2023-02-19
रेटिंग 3.14/5 कुल 7 रेटिंग्स
डेवलपर https://notaku.so
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notaku.so
सहायता पृष्ठ URL https://notaku.so
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion Code Formatter",
    "version": "1.0.3",
    "description": "Format code blocks in Notion using Prettier. Made by notaku.so",
    "author": "Tommaso De Rossi",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "formatter.js"
            ]
        }
    ]
}