JavaScript and CSS Code Beautifier

Beautify CSS, JavaScript and JSON code when you open a .css/.js/.json file.

What is JavaScript and CSS Code Beautifier?

JavaScript and CSS Code Beautifier is a Chrome extension developed by http://c7x.me, and its main feature is "Beautify CSS, JavaScript and JSON code when you open a .css/.js/.json file.".

Extension Screenshots

screenshot
screenshot
screenshot

Download JavaScript and CSS Code Beautifier Extension CRX File

Download JavaScript and CSS Code Beautifier 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

                        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 文件时,自动格式化并高亮代码。

功能
------
· 格式化 CSS(Less/Scss/Sass)、JavaScript(JSON/JSX/TypeScript) 代码
· JavaScript 代码解密、反混淆
· 60 多种代码高亮主题
· 丰富的自定义选项                    

Extension Basic Information

Name JavaScript and CSS Code Beautifier JavaScript and CSS Code Beautifier
ID iiglodndmmefofehaibmaignglbpdald
Official URL https://chrome.google.com/webstore/detail/javascript-and-css-code-b/iiglodndmmefofehaibmaignglbpdald
Description Beautify CSS, JavaScript and JSON code when you open a .css/.js/.json file.
File Size 355 KB
Installation Count 51,082
Current Version 4.0.3
Last Updated 2023-02-27
Publish Date 2019-03-08
Rating 4.29/5 Total 107 Ratings
Developer http://c7x.me
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JavaScript and CSS Code Beautifier",
    "version": "4.0.3",
    "short_name": "Code Beautifier",
    "description": "Beautify CSS, JavaScript and JSON code when you open a .css\/.js\/.json file.",
    "minimum_chrome_version": "88",
    "author": "Cople",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "img\/*.png",
                "cb-bar.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}