JS Beautifier settings tweaks

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

What is JS Beautifier settings tweaks?

JS Beautifier settings tweaks is a Chrome extension developed by ryanpcmcquen, and its main feature is "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.".

Extension Screenshots

screenshot

Download JS Beautifier settings tweaks Extension CRX File

Download JS Beautifier settings tweaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name JS Beautifier settings tweaks JS Beautifier settings tweaks
ID gknjdefghnnlfbgaecnffmmbopiedlje
Official URL https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje
Description Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
File Size 40.51 KB
Installation Count 49
Current Version 0.3.3
Last Updated 2020-04-28
Publish Date 2020-04-25
Rating 5.00/5 Total 2 Ratings
Developer ryanpcmcquen
Email [email protected]
Payment Type free
Extension Website https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js
Supported Languages 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"
            ]
        }
    ]
}