HTML Formatter

Format HTML in textbox or read/format from file

Τι είναι το HTML Formatter;

Το HTML Formatter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://htmlformatter.io, και η κύρια λειτουργία του είναι "Format HTML in textbox or read/format from file".

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

screenshot

Λήψη αρχείου CRX της επέκτασης HTML Formatter

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

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

                        Format your HTML code to make it more readable.

Use this free HTML formatter software to format your code today.

Here is how to get started.

Paste in your HTML code or load the HTML file from your computer.

Choose the type of formatting you want to use and then press the convert button.

Our software will format the HTML code and you can paste this output HTML code to wherever you need.                    

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

Όνομα HTML Formatter HTML Formatter
ID cillpidiffolkdojkimkcnmndlkacapk
Επίσημο URL https://chromewebstore.google.com/detail/html-formatter/cillpidiffolkdojkimkcnmndlkacapk
Περιγραφή Format HTML in textbox or read/format from file
Μέγεθος Αρχείου 1.57 MB
Αριθμός Εγκαταστάσεων 700
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2022-07-10
Ημερομηνία Δημοσίευσης 2022-07-09
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://htmlformatter.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.htmlformatter.io
URL της Σελίδας Πολιτικής Απορρήτου https://charactercounttool.io/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "homepage_url": "https:\/\/htmlformatter.io\/"
}