JS Beautifier settings tweaks
Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
Co je JS Beautifier settings tweaks?
JS Beautifier settings tweaks je rozšíření Chrome vyvinuté ryanpcmcquen, a jeho hlavní funkcí je „Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JS Beautifier settings tweaks
Stáhněte si soubory rozšíření JS Beautifier settings tweaks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Makes jsbeautifier.org use 4 spaces, JSLint-happy formatting and no character wrap length by default.
Základní Informace o Rozšíření
Název | |
ID | gknjdefghnnlfbgaecnffmmbopiedlje |
Oficiální URL | https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje |
Popis | Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default. |
Velikost souboru | 40.51 KB |
Počet instalací | 49 |
Aktuální Verze | 0.3.3 |
Poslední Aktualizace | 2020-04-28 |
Datum Vydání | 2020-04-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | ryanpcmcquen |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js |
Podporované Jazyky | 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" ] } ] } |