Copy XML

Copies XML text, tries to indent and places it under the extension button

Was ist Copy XML?

Copy XML ist eine Chrome-Erweiterung, die von Juan Cortines entwickelt wurde, und ihr Hauptmerkmal ist "Copies XML text, tries to indent and places it under the extension button".

Erweiterungsscreenshots

screenshot
screenshot

Copy XML-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy XML-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This plugin is for people who often needs to copy ugly XML messages from the browser. The plugin will try to fix and indent the XML.

Once the plugin is installed, select the XML text, right-click and the select "Copy XML". After that the processed result is available under the extension button and the user can copy/paste it.

Revision history:

  0.6 - some bug fixes
  0.5 - updated icons
  0.4 - xml indentation size control
  0.3 - first release                    

Grundlegende Informationen zur Erweiterung

Name Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
Offizielle URL https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
Beschreibung Copies XML text, tries to indent and places it under the extension button
Dateigröße 9.34 KB
Installationsanzahl 250
Aktuelle Version 0.6
Letztes Update 2013-06-02
Veröffentlichungsdatum 2013-06-02
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Juan Cortines
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy XML",
    "description": "Copies XML text, tries to indent and places it under the extension button",
    "version": "0.6",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-s.png",
        "48": "icon-m.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}