JS Beautifier settings tweaks
Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.
Wat is JS Beautifier settings tweaks?
JS Beautifier settings tweaks is een Chrome-extensie ontwikkeld door ryanpcmcquen, en de belangrijkste functie is "Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default.".
Extensie Screenshots
Download het CRX-bestand van de extensie JS Beautifier settings tweaks
Download JS Beautifier settings tweaks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Makes jsbeautifier.org use 4 spaces, JSLint-happy formatting and no character wrap length by default.
Basisinformatie over de Extensie
Naam | |
ID | gknjdefghnnlfbgaecnffmmbopiedlje |
Officiële URL | https://chromewebstore.google.com/detail/js-beautifier-settings-tw/gknjdefghnnlfbgaecnffmmbopiedlje |
Beschrijving | Changes jsbeautifier.org to have 4 spaces, no wrap, and be JSLint-happy by default. |
Bestandsgrootte | 40.51 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.3.3 |
Laatst Bijgewerkt | 2020-04-28 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ryanpcmcquen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ryanpcmcquen/jsbeautifierSettingsTweaks.js |
Ondersteunde Talen | 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" ] } ] } |