Copy XML

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

Copy XMLとは何ですか?

Copy XMLはJuan Cortinesによって開発されたChromeの拡張機能で、その主な機能は「Copies XML text, tries to indent and places it under the extension button」です。

拡張機能のスクリーンショット

screenshot
screenshot

Copy XML拡張機能のCRXファイルをダウンロード

Copy XML拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
公式URL https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
説明 Copies XML text, tries to indent and places it under the extension button
ファイルサイズ 9.34 KB
インストール数 250
現在のバージョン 0.6
最終更新日 2013-06-02
公開日 2013-06-02
評価 4.83/5 合計 6 レビュー
開発者 Juan Cortines
支払い方法 free
対応言語 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
}