JS Beautifier settings tweaks

Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.

JS Beautifier settings tweaks là gì?

JS Beautifier settings tweaks là một tiện ích mở rộng Chrome được phát triển bởi ryanpcmcquen, và tính năng chính của nó là "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JS Beautifier settings tweaks

Tải xuống các tệp mở rộng JS Beautifier settings tweaks 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

                        Makes jsbeautifier.org use 4 spaces, JSLint-happy formatting and no character wrap length by default.                    

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

Tên JS Beautifier settings tweaks JS Beautifier settings tweaks
ID gknjdefghnnlfbgaecnffmmbopiedlje
URL Chính Thức https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje
Mô tả Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
Kích Thước Tệp 40.51 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2020-04-28
Ngày Phát Hành 2020-04-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ryanpcmcquen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Beautifier settings tweaks",
    "description": "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.",
    "version": "0.3.3",
    "icons": {
        "128": "jsbeautifierSettingsTweaks__icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/jsbeautifier.org\/",
                "http:\/\/jsbeautifier.org\/*",
                "https:\/\/beautifier.io\/",
                "https:\/\/beautifier.io\/*"
            ],
            "js": [
                "jsbeautifierSettingsTweaks.js"
            ]
        }
    ]
}