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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://codebeautify.org/contactus
عنوان صفحة سياسة الخصوصية 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"
    }
}