Code Beautifier Online

Free java script beautifier for your browser. A lightweight and free JavasScript, CSS, and HTML beautifier.

什麼是Code Beautifier Online?

Code Beautifier Online是由David Klayer開發的Chrome擴展程式,該擴展的主要功能是“Free java script beautifier for your browser. A lightweight and free JavasScript, CSS, and HTML beautifier.”。

擴展截圖

screenshot

下載Code Beautifier Online擴展crx文件

下載Code Beautifier Online擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Code Beautifier Online" is an add-on that allows you to quickly beautify scripts in your browser. JavaScript, CSS, and HTML are among the input languages this extension supports. You may either browse files using the (+) button at the UI (top-left corner) or drop a file into the left textarea. Because code formatting is based on detected coding language, it's preferable to utilize the latter method since the input language can be determined automatically and the user interface will be updated accordingly (no need to modify the input language manually).

With "Code Beautifier Online," you may use it offline. It makes use of an open source library called js-beauty. Furthermore, it utilizes the well-known CodeMirror (https://github.com/codemirror/CodeMirror) library to format input and output codes. The interface has a number of buttons in the top toolbar that are self-explanatory. There is also a list of preferences at the top with various options for the beautifier. Select any option and observe the effect straight away in the output field by changing any desired setting. To obtain a beautified result, please click the download button in the top toolbar.                    

擴展基本資訊

名稱 Code Beautifier Online Code Beautifier Online
ID anbgbmokacodghgnkilkgbcbkbhhndbf
官方網址 https://chromewebstore.google.com/detail/code-beautifier-online/anbgbmokacodghgnkilkgbcbkbhhndbf
簡介 Free java script beautifier for your browser. A lightweight and free JavasScript, CSS, and HTML beautifier.
檔案大小 224 KB
安裝次數 133
目前版本 0.1
更新時間 2022-05-26
上架時間 2022-05-25
評分 4.92/5 共 13 次評分
開發者 David Klayer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/code-beautifier-online/
說明頁面URL https://worldaddons.com/contact/
隱私政策頁面URL https://worldaddons.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "code-beautifier-online",
    "name": "Code Beautifier Online",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/code-beautifier-online\/",
    "description": "Free java script beautifier for your browser. A lightweight and free JavasScript, CSS, and HTML beautifier.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Code Beautifier Online",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}