Notion Code Formatter

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

Apa itu Notion Code Formatter?

Notion Code Formatter adalah ekstensi Chrome yang dikembangkan oleh https://notaku.so, dan fitur utamanya adalah "Format code blocks in Notion using Prettier. Made by notaku.so".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Notion Code Formatter

Unduh file ekstensi Notion Code Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Format your Notion code blocks white space and indentation

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

Informasi Dasar Ekstensi

Nama Notion Code Formatter Notion Code Formatter
ID maijefmgfbmajbpbdlpbbplggifdgmme
URL Resmi https://chromewebstore.google.com/detail/notion-code-formatter/maijefmgfbmajbpbdlpbbplggifdgmme
Deskripsi Format code blocks in Notion using Prettier. Made by notaku.so
Ukuran File 1.51 MB
Jumlah Instalasi 131
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-03-16
Tanggal Publikasi 2023-02-19
Penilaian 3.14/5 Total 7 Penilaian
Pengembang https://notaku.so
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://notaku.so
URL Halaman Bantuan https://notaku.so
Bahasa yang Didukung 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"
            ]
        }
    ]
}