Copy XML

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

Wat is Copy XML?

Copy XML is een Chrome-extensie ontwikkeld door Juan Cortines, en de belangrijkste functie is "Copies XML text, tries to indent and places it under the extension button".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Copy XML

Download Copy XML-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 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                    

Basisinformatie over de Extensie

Naam Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
Officiële URL https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
Beschrijving Copies XML text, tries to indent and places it under the extension button
Bestandsgrootte 9.34 KB
Aantal Installaties 250
Huidige Versie 0.6
Laatst Bijgewerkt 2013-06-02
Publicatiedatum 2013-06-02
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Juan Cortines
Betalingswijze free
Ondersteunde Talen 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
}