JS Beautifier settings tweaks

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

JS Beautifier settings tweaksとは何ですか?

JS Beautifier settings tweaksはryanpcmcquenによって開発されたChromeの拡張機能で、その主な機能は「Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.」です。

拡張機能のスクリーンショット

screenshot

JS Beautifier settings tweaks拡張機能のCRXファイルをダウンロード

JS Beautifier settings tweaks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 JS Beautifier settings tweaks JS Beautifier settings tweaks
ID gknjdefghnnlfbgaecnffmmbopiedlje
公式URL https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje
説明 Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
ファイルサイズ 40.51 KB
インストール数 49
現在のバージョン 0.3.3
最終更新日 2020-04-28
公開日 2020-04-25
評価 5.00/5 合計 2 レビュー
開発者 ryanpcmcquen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js
対応言語 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"
            ]
        }
    ]
}