CodeBeautify

All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters

Was ist CodeBeautify?

CodeBeautify ist eine Chrome-Erweiterung, die von https://codebeautify.org entwickelt wurde, und ihr Hauptmerkmal ist "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CodeBeautify-Erweiterungs-CRX-Datei herunterladen

Laden Sie CodeBeautify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Code Beautify is an online code beautifier that allows you to beautify your source code. Code Beautify also provides lots of tools that help to save developer's time. Use search to find more tools.

Popular Code Beautify Tools:

* JSON Beautify
* XML Viewer
* SQL Formatter
* HTML Viewer
* Numbers to Words Converter
* Base64 to Image Converter
* XML Validator
* REM to PX Converter

Trending Tools:

* Number Sorter
* Random Flag Generator
* OTP Prompt Generator

New Tools Added:

* Letter Randomizer
* Text Replacer
* Full White Screen
* JSON Navigator
* JSON Fixer
* React Formatter
* Superpower Generator
* Dinosaur Generator
* Fursona Generator                    

Grundlegende Informationen zur Erweiterung

Name CodeBeautify CodeBeautify
ID popfphmhmamgbcboijokepmcjnanoknp
Offizielle URL https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp
Beschreibung All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
Dateigröße 445 KB
Installationsanzahl 9,791
Aktuelle Version 1.1
Letztes Update 2022-11-17
Veröffentlichungsdatum 2021-09-05
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler https://codebeautify.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://codebeautify.org
Hilfeseite URL https://codebeautify.org/contactus
URL der Datenschutzrichtlinien-Seite https://codebeautify.org/policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodeBeautify",
    "description": "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/img\/cb.png",
            "32": "\/img\/cb.png",
            "48": "\/img\/cb.png",
            "128": "\/img\/cb.png"
        }
    },
    "icons": {
        "16": "\/img\/cb.png",
        "32": "\/img\/cb.png",
        "48": "\/img\/cb.png",
        "128": "\/img\/cb.png"
    }
}