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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } |