JS Beautifier settings tweaks

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

Cos'è JS Beautifier settings tweaks?

JS Beautifier settings tweaks è un'estensione di Chrome sviluppata da ryanpcmcquen, e la sua funzione principale è "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JS Beautifier settings tweaks

Scarica i file di estensione JS Beautifier settings tweaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome JS Beautifier settings tweaks JS Beautifier settings tweaks
ID gknjdefghnnlfbgaecnffmmbopiedlje
URL Ufficiale https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje
Descrizione Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
Dimensione del File 40.51 KB
Conteggio Installazioni 49
Versione Corrente 0.3.3
Ultimo Aggiornamento 2020-04-28
Data di Pubblicazione 2020-04-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore ryanpcmcquen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js
Lingue Supportate 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"
            ]
        }
    ]
}