Sveltime
Developer Tool to analyze Svelte apps and list component trees, state, and render timing
Vad är Sveltime?
Sveltime är en Chrome-tillägg utvecklad av sveltime, och dess huvudfunktion är "Developer Tool to analyze Svelte apps and list component trees, state, and render timing".
Tilläggsskärmbilder
Ladda ner Sveltime-förlängningens CRX-fil
Ladda ner Sveltime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sveltime is a Chrome DevTools extension for developers actively building their website using the Svelte framework. Sveltime will show the component tree as it is currently being rendered. Each component will also have the option to see what state is currently associated with it. The render time will also be displayed for each component.
Grundläggande Information om Tillägg
Namn | Sveltime |
ID | ohihipnjpfmcgkdfgaibblakcaebhjhk |
Officiell webbadress | https://chromewebstore.google.com/detail/sveltime/ohihipnjpfmcgkdfgaibblakcaebhjhk |
Beskrivning | Developer Tool to analyze Svelte apps and list component trees, state, and render timing |
Filstorlek | 186 KB |
Antal Installationer | 49 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-06-02 |
Publiceringsdatum | 2022-06-02 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | sveltime |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sveltime", "version": "1.0", "description": "Developer Tool to analyze Svelte apps and list component trees, state, and render timing", "author": "Team Sveltime", "icons": { "16": "\/src\/assets\/clock16.png", "32": "\/src\/assets\/clock32.png", "48": "\/src\/assets\/clock48.png", "128": "\/src\/assets\/clock128.png" }, "devtools_page": "extension\/html\/devtools.html", "content_scripts": [ { "matches": [ " |