Copy XML
Copies XML text, tries to indent and places it under the extension button
Cos'è Copy XML?
Copy XML è un'estensione di Chrome sviluppata da Juan Cortines, e la sua funzione principale è "Copies XML text, tries to indent and places it under the extension button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy XML
Scarica i file di estensione Copy XML in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Copy XML |
ID | fhhnocjlgkkmbmfiaejgnndmgokaleed |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-xml/fhhnocjlgkkmbmfiaejgnndmgokaleed |
Descrizione | Copies XML text, tries to indent and places it under the extension button |
Dimensione del File | 9.34 KB |
Conteggio Installazioni | 250 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2013-06-02 |
Data di Pubblicazione | 2013-06-02 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Juan Cortines |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |