Copy XML

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

Apa itu Copy XML?

Copy XML adalah ekstensi Chrome yang dikembangkan oleh Juan Cortines, dan fitur utamanya adalah "Copies XML text, tries to indent and places it under the extension button".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Copy XML

Unduh file ekstensi Copy XML dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
URL Resmi https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
Deskripsi Copies XML text, tries to indent and places it under the extension button
Ukuran File 9.34 KB
Jumlah Instalasi 250
Versi Saat Ini 0.6
Terakhir Diperbarui 2013-06-02
Tanggal Publikasi 2013-06-02
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Juan Cortines
Tipe Pembayaran free
Bahasa yang Didukung 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
}