Beautifer & Minify
HTML & CSS & JavaScript Beautifier/Minifier
Wat is Beautifer & Minify?
Beautifer & Minify is een Chrome-extensie ontwikkeld door DanRotaru, en de belangrijkste functie is "HTML & CSS & JavaScript Beautifier/Minifier".
Extensie Screenshots
Download het CRX-bestand van de extensie Beautifer & Minify
Download Beautifer & Minify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Beautifer & Minify |
ID | ahhjkfcneijonkihlcplndcnlpofjaip |
Officiële URL | https://chromewebstore.google.com/detail/beautifer-minify/ahhjkfcneijonkihlcplndcnlpofjaip |
Beschrijving | HTML & CSS & JavaScript Beautifier/Minifier |
Bestandsgrootte | 430 KB |
Aantal Installaties | 1,396 |
Huidige Versie | 1.7.1 |
Laatst Bijgewerkt | 2022-12-28 |
Publicatiedatum | 2020-05-08 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | DanRotaru |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/e/2PACX-1vQAqV3KKVEI0JkULIjGAHjnyKEW5HgXYYOaR1nyqlV75B5wRk-zmdEpkpLJv9b6CE_OD5xupBnuOwgO/pub |
Ondersteunde Talen | 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" ] } |