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”。
擴展截圖
下載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 |
ID | fhhnocjlgkkmbmfiaejgnndmgokaleed |
官方網址 | 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 } |