Copy XML

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

Copy XMLคืออะไร?

Copy XML เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juan Cortines และคุณลักษณะหลักของมันคือ "Copies XML text, tries to indent and places it under the extension button"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy XML

ดาวน์โหลดไฟล์ส่วนขยาย 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
}