Code Formatter - JSON, CSS & JavaScript

Code Formatter – all-in-one extension offering sophisticated syntax highlighting for CSS, JSON, and JavaScript.

Code Formatter - JSON, CSS & JavaScriptคืออะไร?

Code Formatter - JSON, CSS & JavaScript เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zerowp.com และคุณลักษณะหลักของมันคือ "Code Formatter – all-in-one extension offering sophisticated syntax highlighting for CSS, JSON, and JavaScript."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Code Formatter - JSON, CSS & JavaScript

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

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

                        Meticulously designed for simplicity and efficiency, this extension enhances the readability and aesthetics of CSS, JSON, and JavaScript without unnecessary complexity.

🧑‍💻Key Features:

➡️Syntax Highlighting: Sophisticated syntax highlighting for CSS, JSON, and JavaScript. Easily identify and understand the structure of the code.
➡️Readable Code Formats: Automatically beautifies CSS, JSON, and JavaScript, presenting them in clear and reader-friendly formats.
➡️Effortless Code Management: Enjoy ultimate convenience with one-click options to download or copy the formatted code.
➡️Collapsible Code Sections: Streamline code navigation with collapsible sections. Focus on relevant portions of the code, reducing clutter and enhancing overall readability.
➡️Line Numbers: Keep track of the code effortlessly with integrated line numbers.
➡️Auto-detect Code on Page: No need to manually specify file extensions or toggle settings. Code Formatter intuitively detects CSS, JSON, and JavaScript content on any webpage, regardless of the URL's extension.
➡️Low Footprint: We believe in lightweight solutions. Code Formatter is compiled to a minimal size, ensuring that your browser's performance remains unaffected while still enjoying enhanced code readability.

✅Safe and Secure:

Ensuring your privacy and security, Code Formatter was crafted with a strong commitment to keeping your data secure. The extension does not collect any user information and maintains a protective environment, free from intrusive tracking.                    

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

ชื่อ Code Formatter - JSON, CSS & JavaScript Code Formatter - JSON, CSS & JavaScript
ID bhimnoepicmcjfkbmhckamllnibadfal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/code-formatter-json-css-j/bhimnoepicmcjfkbmhckamllnibadfal
คำอธิบาย Code Formatter – all-in-one extension offering sophisticated syntax highlighting for CSS, JSON, and JavaScript.
ขนาดไฟล์ 871 KB
จำนวนการติดตั้ง 707
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2022-08-19
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://zerowp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zerowp.com/code-formatter
URL หน้าช่วยเหลือ https://zerowp.com/contact
ภาษาที่รองรับ id,de,en,fr,tr,it,pt-BR,ro,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/zerowp.com\/code-formatter",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en"
}