Beautifer & Minify

HTML & CSS & JavaScript Beautifier/Minifier

What is Beautifer & Minify?

Beautifer & Minify is a Chrome extension developed by DanRotaru, and its main feature is "HTML & CSS & JavaScript Beautifier/Minifier".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Beautifer & Minify Extension CRX File

Download Beautifer & Minify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Beautifer & Minify Beautifer & Minify
ID ahhjkfcneijonkihlcplndcnlpofjaip
Official URL https://chromewebstore.google.com/detail/beautifer-minify/ahhjkfcneijonkihlcplndcnlpofjaip
Description HTML & CSS & JavaScript Beautifier/Minifier
File Size 430 KB
Installation Count 1,396
Current Version 1.7.1
Last Updated 2022-12-28
Publish Date 2020-05-08
Rating 5.00/5 Total 4 Ratings
Developer DanRotaru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vQAqV3KKVEI0JkULIjGAHjnyKEW5HgXYYOaR1nyqlV75B5wRk-zmdEpkpLJv9b6CE_OD5xupBnuOwgO/pub
Supported Languages 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"
    ]
}