Copy XML
Copies XML text, tries to indent and places it under the extension button
What is Copy XML?
Copy XML is a Chrome extension developed by Juan Cortines, and its main feature is "Copies XML text, tries to indent and places it under the extension button".
Extension Screenshots
Download Copy XML Extension CRX File
Download Copy XML extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Copy XML |
ID | fhhnocjlgkkmbmfiaejgnndmgokaleed |
Official URL | https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed |
Description | Copies XML text, tries to indent and places it under the extension button |
File Size | 9.34 KB |
Installation Count | 250 |
Current Version | 0.6 |
Last Updated | 2013-06-02 |
Publish Date | 2013-06-02 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Juan Cortines |
Payment Type | free |
Supported Languages | 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 } |