Compare Chrome extensions: Caret Plugin::Pretty-JavaScript vs JavaScript and CSS Code Beautifier

Stats Caret Plugin::Pretty-JavaScript Caret Plugin::Pretty-JavaScript JavaScript and CSS Code Beautifier JavaScript and CSS Code Beautifier
User count 533 51,082+
Average rating 4.20 4.29
Rating count 5 107
Last updated 2019-03-08 2023-02-27
Size 28.41K 363.52K
Version 1.0.1 4.0.3
Short description
This plugin will format JavaScript in Caret Editor. Beautify CSS, JavaScript and JSON code when you open a .css/.js/.json file.
Full summary

A Caret Editor plug-in which allows for Pretty Print for JavaScript.

If you find any issues with the plug-in please open an issue at the GitHub page.

Note:

You will need to configure Caret to see the plugin as it will not automatically. The following will help you configure Caret

api.json

You'll need to add the following to your api.json file, under settings menu. This plugin can pass the same options that JS-Beautify does in the 'options' tag. I left the default 'sampleMessage' in there for the example. Note: the options in Pretty-JavaScript, these can be any of the options from JS Beautifier https://github.com/beautify-web/js-beautify as this plug-in uses it and is just a wrapper for it to work in Caret.

{ "sampleMessage": { "id": "extension id goes here",

See more

When looking at a CSS, JavaScript or JSON file, automatically(optional) make source code beautiful!

Features

· CSS(Less/Scss/Sass) / JavaScript(JSON/JSX/TypeScript) formatting · Unpack or deobfuscate JavaScript · 60+ themes for syntax highlighting · and more...

Uses JSBeautifier(https://jsbeautifier.org/) and CodeMirror(https://codemirror.net/).


JavaScript 代码格式化、解密、反混淆和 CSS 代码高亮。 当你访问 CSS、JavaScript 或 JSON 文件时,自动格式化并高亮代码。

See more