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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free java script beautifier for your browser. A lightweight and free JavasScript, CSS, and HTML beautifier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Code Beautifier Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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
आधिकारिक URL 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"
    }
}