JS_Beautify,CSS_Beautify,HTML_Beautify

This extension For beautify js and css and html

ما هو JS_Beautify,CSS_Beautify,HTML_Beautify؟

JS_Beautify,CSS_Beautify,HTML_Beautify هو إضافة Chrome تم تطويرها بواسطة djallalfekirine، والميزة الرئيسية لها هي "This extension For beautify js and css and html".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JS_Beautify,CSS_Beautify,HTML_Beautify

قم بتنزيل ملفات الامتداد JS_Beautify,CSS_Beautify,HTML_Beautify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This Extension is For Developers and pen-testers which allow them to beautify JS , CSS , HTML files without go to online sites, so is dynamically  detect the minified JS and CSS files and beautify them , and you can customize the code as you want                    

معلومات أساسية عن التمديد

الاسم JS_Beautify,CSS_Beautify,HTML_Beautify JS_Beautify,CSS_Beautify,HTML_Beautify
ID hjakbhfifpopkbpkajkpmggocfmkgapd
عنوان URL الرسمي https://chromewebstore.google.com/detail/jsbeautifycssbeautifyhtml/hjakbhfifpopkbpkajkpmggocfmkgapd
الوصف This extension For beautify js and css and html
حجم الملف 70 KB
عدد التثبيتات 65
النسخة الحالية 1.3
آخر تحديث 2023-12-11
تاريخ النشر 2023-12-11
تقييم 5.00/5 مجموع تقييمات 1
المطور djallalfekirine
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension For beautify js and css and html",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-128.png"
    },
    "manifest_version": 3,
    "name": "JS_Beautify,CSS_Beautify,HTML_Beautify",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/beautify.min.js",
                "scripts\/beautify-html.min.js",
                "scripts\/beautify-css.min.js",
                "scripts\/content.js",
                "scripts\/prism.min.js",
                "scripts\/prism-javascript.min.js",
                "scripts\/prism-css.min.js"
            ]
        }
    ],
    "commands": {
        "my-shortcut-js": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "beautify To js"
        },
        "my-shortcut-css": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "beautify To css"
        },
        "my-shortcut-html": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "beautify To html"
        }
    },
    "version": "1.3"
}