Notion Code Formatter

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

Notion Code Formatterคืออะไร?

Notion Code Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notaku.so และคุณลักษณะหลักของมันคือ "Format code blocks in Notion using Prettier. Made by notaku.so"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notion Code Formatter

ดาวน์โหลดไฟล์ส่วนขยาย Notion Code Formatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}