HTML,CSS,JS Minifier & Compressor

A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.

Τι είναι το HTML,CSS,JS Minifier & Compressor;

Το HTML,CSS,JS Minifier & Compressor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον downloadhub.cloud, και η κύρια λειτουργία του είναι "A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HTML,CSS,JS Minifier & Compressor

Λήψη αρχείων επέκτασης HTML,CSS,JS Minifier & Compressor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        HTML, CSS, and JavaScript code minifiers and compressors are used to reduce the size of the code files, making them load faster on websites. This is achieved by removing redundant or unnecessary characters and spaces, shortening variable names, and merging files. Minifications improves the performance and loading speed of websites, leading to a better user experience.

[+] Features
1. File compression: The extensions can compress code files, reducing their size and improving the loading speed of websites.
2. Code optimization: The extension remove redundant or unnecessary characters, spaces, and comments from the code, optimizing it for faster performance.
3. Variable name shortening: The extension can shorten variable name, further reducing the sizes of the code.
4. File merging: The extension can merge multiple code file into a singles file, reducing the numbers of request to the server and improving performance.
5. Code analysis: The extension can analyze code files to identify areas that can be optimized, providing suggestions for improvement.
6. User-friendly interface: The extension has a simple and intuitive interface that makes it easy for web developers to used.
7. Real-time compression: The extension compresses code files in real time, providing instant feedback on code optimization and performance improvement.
8. Compatibility: The extension is compatible with HTML, CSS, and JavaScript code, making it a versatile tool for web developments.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HTML,CSS,JS Minifier & Compressor HTML,CSS,JS Minifier & Compressor
ID fpcmjpmpcceadinjcigjlidljocdjepo
Επίσημο URL https://chromewebstore.google.com/detail/htmlcssjs-minifier-compre/fpcmjpmpcceadinjcigjlidljocdjepo
Περιγραφή A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.
Μέγεθος Αρχείου 579 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2023-02-01
Ημερομηνία Δημοσίευσης 2023-02-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής downloadhub.cloud
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.downloadhub.cloud/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.downloadhub.cloud/2023/01/minifier.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.downloadhub.cloud/p/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Minifier & Compressor"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "description": "A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/minifier.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "HTML,CSS,JS Minifier & Compressor",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "data\/interface\/index.html"
        ]
    },
    "short_name": "compressor",
    "version": "0.1.2"
}