Copy XML

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

Co je Copy XML?

Copy XML je rozšíření Chrome vyvinuté Juan Cortines, a jeho hlavní funkcí je „Copies XML text, tries to indent and places it under the extension button“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Copy XML

Stáhněte si soubory rozšíření Copy XML ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
Oficiální URL https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
Popis Copies XML text, tries to indent and places it under the extension button
Velikost souboru 9.34 KB
Počet instalací 250
Aktuální Verze 0.6
Poslední Aktualizace 2013-06-02
Datum Vydání 2013-06-02
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář Juan Cortines
Typ Platby free
Podporované Jazyky 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
}