Copy XML
Copies XML text, tries to indent and places it under the extension button
Hvad er Copy XML?
Copy XML er en Chrome-udvidelse udviklet af Juan Cortines, og dens hovedfunktion er "Copies XML text, tries to indent and places it under the extension button".
Udvidelsesskærmbilleder
Download Copy XML-udvidelses-CRX-fil
Download Copy XML-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Copy XML |
ID | fhhnocjlgkkmbmfiaejgnndmgokaleed |
Officiel URL | https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed |
Beskrivelse | Copies XML text, tries to indent and places it under the extension button |
Filstørrelse | 9.34 KB |
Antal Installationer | 250 |
Nuværende Version | 0.6 |
Senest Opdateret | 2013-06-02 |
Udgivelsesdato | 2013-06-02 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | Juan Cortines |
Betalingsmetode | free |
Understøttede Sprog | 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 } |