Simply Code Beautify

Beautify your js,css files

Simply Code Beautifyคืออะไร?

Simply Code Beautify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scb.httzip.com และคุณลักษณะหลักของมันคือ "Beautify your js,css files"

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing "Simply Code Beautify" Chrome Extension

Are you tired of dealing with messy and unorganized code while browsing the web? Look no further! Introducing "Simply Code Beautify," a powerful Chrome extension designed to streamline your coding experience. With a range of features and customization options, it's the ultimate tool for web developers and enthusiasts.

Key Features:

Automatic Code Detection: "Simply Code Beautify" can automatically identify whether the webpage you're visiting contains CSS or JavaScript code. No need to manually analyze the source code anymore!

Code Beautification on Demand: Once the extension detects code, it will prompt you to beautify it with a simple confirmation. Say goodbye to poorly formatted code blocks cluttering your view.

Multiple Themes and Customization: We understand that everyone has their preferred coding style. That's why our extension offers a variety of themes and customizable settings, allowing you to tailor your coding environment to your liking.

Free and User-Friendly: "Simply Code Beautify" is entirely free to use and easy to navigate. No hidden costs, no complicated instructions – just a seamless coding experience.

We Value Your Feedback: We're constantly striving to improve our extension. If you have any feedback, suggestions, or encounter issues, please don't hesitate to reach out to us at [email protected]. Your input helps us make "Simply Code Beautify" even better!

Experience the convenience and efficiency of organized code with "Simply Code Beautify." Download it now from the Chrome Web Store and take your web development journey to the next level. Happy coding!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simply Code Beautify Simply Code Beautify
ID oeiodppocjabiedepbamdnifkhohgkpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simply-code-beautify/oeiodppocjabiedepbamdnifkhohgkpk
คำอธิบาย Beautify your js,css files
ขนาดไฟล์ 647 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-10-15
วันที่เผยแพร่ 2023-10-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://scb.httzip.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scb.httzip.com/privacy
URL หน้าช่วยเหลือ https://httzip.com/thong-tin/lien-he
URL หน้านโยบายความเป็นส่วนตัว https://httzip.com/thong-tin/chinh-sach-bao-mat-thong-tin
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simply Code Beautify",
    "author": "httzip",
    "description": "Beautify your js,css files",
    "version": "0.0.2",
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/logo\/logo16.png",
        "48": "\/logo\/logo48.png",
        "128": "\/logo\/logo128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "nativeMessaging",
        "storage"
    ],
    "action": [],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "vendor\/*.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "vendor\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}