Lit Prism
Inspect Lit or Polymer webcomponents 'through a prism'. View and modify component properties on the fly through Chrome DevTools.
Τι είναι το Lit Prism;
Το Lit Prism είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Köble István, και η κύρια λειτουργία του είναι "Inspect Lit or Polymer webcomponents 'through a prism'. View and modify component properties on the fly through Chrome DevTools.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lit Prism
Λήψη αρχείων επέκτασης Lit Prism σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Inspect LitElement or PolymerElement webcomponents 'through a prism'. View and modify component properties on the fly through Chrome Developer Tools. Open the developer tools (F12) and select the Lit Prism sidepane from within the Elements panel. Select an HTML element from the Elements panel in order to view its properties. Currently supported webcomponents are LitElement and PolymerElement components. The list of properties will refresh automatically whenever a property or a subproperty value changes, and the sidepane will keep the current scroll position. Due to a developer tools limitation the expanded values cannot be re-expanded after updating the property list. In such cases, it might be useful to toggle the "Automatically refresh property list' switch to 'disabled'. No data is or will be collected. Changelog: v1.2.0 Added support for other types of webcomponents as well, especially for Lit V2 elements. Increased auto refresh interval to 1 second. Grouping webcomponent methods into _FUNCTIONS. v1.1.1 Minor tweak, added the Lit Message also to arrays, as a first entry, in case it was an array, instead of an object, which contained a circular reference. v1.1.0 Fixed issue regarding high resource consumption, due to the long process of depth-limited stringification process. Components whose integral list of properties can easily be stringified are returned instantly. For components which contain properties with circular references, the individual data props are analyzed, and only those are truncated, which have circular references. The rest of the props are returned as-is, irrelevant of the depth. An informative message is prepended as a sub-value to the truncated props. Props that are undefined are also listed now, with having the value "undefined" as a string. v1.0.3 Fixed a bug because of which some Polymer properties which were specified in the component's static properties getter were not listed in the sidepane. Swapped the safeStringify method with an alternative one, which supports depth specification, thus, effectively limiting the JSON stringification process, avoiding endless circular references. v1.0.2 Fixed a bug because of which array properties of Polymer components were not listed in the sidepane. Marketplace searchable tags: litelement, lit-element, lit element, polymerelement, polymer-element, polymer element
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lit Prism |
ID | agkgbfkeimkbdljdljinnaomlcjboaie |
Επίσημο URL | https://chromewebstore.google.com/detail/lit-prism/agkgbfkeimkbdljdljinnaomlcjboaie |
Περιγραφή | Inspect Lit or Polymer webcomponents 'through a prism'. View and modify component properties on the fly through Chrome DevTools. |
Μέγεθος Αρχείου | 130 KB |
Αριθμός Εγκαταστάσεων | 574 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2022-08-13 |
Ημερομηνία Δημοσίευσης | 2021-08-17 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Köble István |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://kobleistvan.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://groups.google.com/g/lit-prism |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lit Prism", "description": "Inspect Lit or Polymer webcomponents 'through a prism'. View and modify component properties on the fly through Chrome DevTools.", "author": "K\u00f6ble Istv\u00e1n", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "192": "assets\/icon192.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "192": "assets\/icon192.png" } }, "devtools_page": "devtools.html", "offline_enabled": true, "permissions": [ "storage" ] } |