CodeBeautify

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

Что такое CodeBeautify?

CodeBeautify - это расширение Chrome, разработанное https://codebeautify.org, и его основная функция - "All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения CodeBeautify

Скачайте файлы расширений CodeBeautify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название CodeBeautify CodeBeautify
ID popfphmhmamgbcboijokepmcjnanoknp
Официальный URL https://chromewebstore.google.com/detail/codebeautify/popfphmhmamgbcboijokepmcjnanoknp
Описание All Developer Friendly tools at your finger tips such as JSON Formatter, XML Viewer, SQL Formatter, Numbers to Words converters
Размер файла 445 KB
Количество установок 9,791
Текущая Версия 1.1
Последнее Обновление 2022-11-17
Дата публикации 2021-09-05
Рейтинг 5.00/5 Всего 14 оценок
Разработчик https://codebeautify.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://codebeautify.org
URL страницы помощи https://codebeautify.org/contactus
URL страницы политики конфиденциальности https://codebeautify.org/policy
Поддерживаемые языки 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"
    }
}