XML Editor

XML Code Editor and Validator designed for Chrome

Τι είναι το XML Editor;

Το XML Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mediamaster.eu, και η κύρια λειτουργία του είναι "XML Code Editor and Validator designed for Chrome".

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

screenshot
screenshot

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

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

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

                        Edit your file XML directly on your Chrome browser with advanced search and replace

Product Features
- Free.
- Editor Highlight code with advanced content search.
- Undo and redo.
- Search and Replace.
- Jump to line.
- Validation of XML.
- Save the project in an xml file.
- Opening the file in xml format.
- Export of the code in pdf.
- Button for sharing via email the code.
- Beautify xml and folder tree xml code
=============
- Release 1.3.0 - Reordered the XML editor toolbar and removed unnecessary permissions for the extension
- Release 1.2.8 - Added button to edit code in full screen mode
- Release 1.2.5 - Fixed bug to open local xml file from your filesystem
- Release 1.2.4.1 - Removed some permissions not required from file manifest of extension
- Release 1.2.1 - Added search input in file list
- Release 1.2.0: Added chrome filesystem function to save code in webapp. Improved save code to PDF and now you can to print code in Google Cloud Print  (this function work online)
- Release 1.1.2: Keyboard shortcuts to search and replace strings                    

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

Όνομα XML Editor XML Editor
ID offpnjldifddbopdmimolhcjniloicin
Επίσημο URL https://chromewebstore.google.com/detail/xml-editor/offpnjldifddbopdmimolhcjniloicin
Περιγραφή XML Code Editor and Validator designed for Chrome
Μέγεθος Αρχείου 758 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-10-16
Ημερομηνία Δημοσίευσης 2020-05-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.mediamaster.eu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://play.google.com/store/apps/details?id=com.ulm.xmleditor
URL της Σελίδας Πολιτικής Απορρήτου https://ulmdevice.altervista.org/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XML Editor",
    "short_name": "XML Code Editor",
    "description": "XML Code Editor and Validator designed for Chrome",
    "version": "1.3.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_128.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; frame-src 'self' https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src 'self' 'unsafe-inline'; font-src *; child-src *; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}