UI5 Inspector
With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
Τι είναι το UI5 Inspector;
Το UI5 Inspector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SAP OSS, και η κύρια λειτουργία του είναι "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UI5 Inspector
Λήψη αρχείων επέκτασης UI5 Inspector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With the UI5 Inspector extension for Chrome DevTools, you can inspect, analyze, and support OpenUI5 and SAPUI5-based apps. Key features: • Inspect UI5 controls and review their properties, bindings, and data model • Modify control properties on the fly and see how this affects the rendering and behavior • Find relevant framework information for your OpenUI5/SAPUI5 app
Βασικές Πληροφορίες Επέκτασης
Όνομα | UI5 Inspector |
ID | bebecogbafbighhaildooiibipcnbngo |
Επίσημο URL | https://chromewebstore.google.com/detail/ui5-inspector/bebecogbafbighhaildooiibipcnbngo |
Περιγραφή | With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps. |
Μέγεθος Αρχείου | 247 KB |
Αριθμός Εγκαταστάσεων | 45,589 |
Τρέχουσα Έκδοση | 1.6.3 |
Τελευταία Ενημέρωση | 2023-08-30 |
Ημερομηνία Δημοσίευσης | 2019-12-02 |
Αξιολόγηση | 4.57/5 Συνολικά 111 Αξιολογήσεις |
Προγραμματιστής | SAP OSS |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SAP/ui5-inspector/wiki/UI5-Inspector-User-Guide |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/SAP/ui5-inspector/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.sap.com/corporate/en/legal/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UI5 Inspector", "version": "1.6.3", "background": { "service_worker": "\/scripts\/background\/main.js" }, "content_scripts": [ { "js": [ "\/scripts\/content\/detectUI5.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' data:; style-src 'unsafe-inline';" }, "description": "With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.", "devtools_page": "\/html\/devtools\/index.html", "icons": { "16": "\/images\/icon-16.png", "128": "\/images\/icon-128.png" }, "action": { "default_icon": { "19": "\/images\/icon-19.png", "38": "\/images\/icon-38.png" }, "default_popup": "\/html\/popup\/index.html" }, "permissions": [ "scripting", "contextMenus", "activeTab" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "\/scripts\/injected\/*.js", "\/vendor\/ToolsAPI.js", "\/vendor\/ace.js", "\/vendor\/ext-searchbox.js", "\/vendor\/mode-json.js", "\/vendor\/mode-xml.js", "\/vendor\/theme-chrome.js", "\/vendor\/theme-vibrant_ink.js", "\/vendor\/vkbeautify.js", "\/modules\/utils\/multipartmixed2har.js" ] } ] } |