Beautifer & Minify

HTML & CSS & JavaScript Beautifier/Minifier

Apa itu Beautifer & Minify?

Beautifer & Minify adalah ekstensi Chrome yang dikembangkan oleh DanRotaru, dan fitur utamanya adalah "HTML & CSS & JavaScript Beautifier/Minifier".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beautifer & Minify

Unduh file ekstensi Beautifer & Minify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension helps you quickly to minify and beautify CSS, HTML and JavaScript code!
Make your website smaller and faster to load by minifying the JS, HTML and CSS code.

Featuring: 
✅ CSS, HTML, JavaScript minifier
✅ CSS, HTML, JavaScript beautifier
✅ Multiple files minifier. Merge more files in one and minify it faster
✅ Possibility to sort multiple files by name
✅ Ace editor with monokai theme
✅ Emmet support
✅ Offline support for CSS, HTML and JS beautifier
✅ Open tools in new tab
✅ Minimal design

Created by: 
* DanRotaru
* https://t.me/danrotaru

Credits for open source code used by this extension:
* Einar Lielmanis's beautifier JS library
* Andy Chilton API's for minify
* jQuery
* Ace Editor Library
* Emmet for JS





Tags (do not read):
developer instruments, developers, minify, minifier, beautify, beautifier, html, css, js, javascript, editor, css3, html5, emmet, ace editor, ace, frontend, devs, dev, instruments, developer, development, programmer, utilities, chrome.                    

Informasi Dasar Ekstensi

Nama Beautifer & Minify Beautifer & Minify
ID ahhjkfcneijonkihlcplndcnlpofjaip
URL Resmi https://chromewebstore.google.com/detail/beautifer-minify/ahhjkfcneijonkihlcplndcnlpofjaip
Deskripsi HTML & CSS & JavaScript Beautifier/Minifier
Ukuran File 430 KB
Jumlah Instalasi 1,396
Versi Saat Ini 1.7.1
Terakhir Diperbarui 2022-12-28
Tanggal Publikasi 2020-05-08
Penilaian 5.00/5 Total 4 Penilaian
Pengembang DanRotaru
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vQAqV3KKVEI0JkULIjGAHjnyKEW5HgXYYOaR1nyqlV75B5wRk-zmdEpkpLJv9b6CE_OD5xupBnuOwgO/pub
Bahasa yang Didukung en
manifest.json
{
    "name": "Beautifer & Minify",
    "description": "HTML & CSS & JavaScript Beautifier\/Minifier",
    "offline_enabled": true,
    "version": "1.7.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjTByhN0yX9vlRsQPAHuzAgWOBgGwth6juGIf2OTowAsVDEjwbfZONpAxL7Fu6OTjCHvwUQhu1VKcV\/3k0sBfZBHDbsFrffGDxWgU5ctyk757y6g1jNl+\/RtSfSVQano7BzSSV+ctK6EhX9jpFOOXD+tdbIet2ISC8MG7+OFHmWYX6VBETZ5pcbjLRiAiWgAAUrZubztknE\/JBLId9z8dY4IUDg64Z5ExepSiUSRVJYeDfb\/9vdlED1t648VvsRPfpChRzcQ\/BuG97TbA\/kj+pK7UveATP\/6tnRQ0PWJ\/lJrhFYYuJrQZPA+u4aXQnDroKITLwEKRk6iVPyoZcn3XpQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/128.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "https:\/\/cssminifier.com\/raw",
        "https:\/\/javascript-minifier.com\/raw"
    ]
}