Copy XML

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

Copy XML là gì?

Copy XML là một tiện ích mở rộng Chrome được phát triển bởi Juan Cortines, và tính năng chính của nó là "Copies XML text, tries to indent and places it under the extension button".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy XML

Tải xuống các tệp mở rộng Copy XML dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy XML Copy XML
ID fhhnocjlgkkmbmfiaejgnndmgokaleed
URL Chính Thức https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed
Mô tả Copies XML text, tries to indent and places it under the extension button
Kích Thước Tệp 9.34 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2013-06-02
Ngày Phát Hành 2013-06-02
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Juan Cortines
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}