CodeBeautify

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

Hvad er CodeBeautify?

CodeBeautify er en Chrome-udvidelse udviklet af https://codebeautify.org, og dens hovedfunktion er "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CodeBeautify-udvidelses-CRX-fil

Download CodeBeautify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CodeBeautify CodeBeautify
ID popfphmhmamgbcboijokepmcjnanoknp
Officiel URL https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp
Beskrivelse All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
Filstørrelse 445 KB
Antal Installationer 9,791
Nuværende Version 1.1
Senest Opdateret 2022-11-17
Udgivelsesdato 2021-09-05
Bedømmelse 5.00/5 Samlet 14 Bedømmelser
Udvikler https://codebeautify.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://codebeautify.org
Hjælpeside-URL https://codebeautify.org/contactus
URL til Fortrolighedspolitik Side https://codebeautify.org/policy
Understøttede Sprog 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"
    }
}