Source Code Formatter & Beautifier

a JavasScript, CSS, and HTML beautifier for your browser that is lightweight.

Source Code Formatter & Beautifier là gì?

Source Code Formatter & Beautifier là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "a JavasScript, CSS, and HTML beautifier for your browser that is lightweight.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Source Code Formatter & Beautifier

Tải xuống các tệp mở rộng Source Code Formatter & Beautifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Source Code Formatter & Beautifier, is an extension that lets you easily beautify codes in your browser. This addon supports JavaScript, CSS, and HTML as input languages. You can either browser files via the (+) button at the UI (top-left corner) or drag & drop a file in the left textarea. The former method is preferred as the coding language for the input file can be detected automatically and the interface will be updated accordingly (no need to adjust the input language manually). 

[+] Features
1. When the UI is closed, a stand-alone popup window is present with no background activities.
2. purely web-based and capable of beautifying HTML, CSS, and Javascript.
3. has many interface-based adjustment options.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Source Code Formatter & Beautifier Source Code Formatter & Beautifier
ID ciegaecmhoindbfnfpgiohoonbpmjnle
URL Chính Thức https://chromewebstore.google.com/detail/source-code-formatter-bea/ciegaecmhoindbfnfpgiohoonbpmjnle
Mô tả a JavasScript, CSS, and HTML beautifier for your browser that is lightweight.
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-01-23
Ngày Phát Hành 2023-01-23
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2023/01/Beautifier.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Formatter & Beautifier"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "description": "a JavasScript, CSS, and HTML beautifier for your browser that is lightweight.",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/Beautifier.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Source Code Formatter & Beautifier",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "short_name": "html",
    "version": "0.1.2"
}