Sveltime
Developer Tool to analyze Svelte apps and list component trees, state, and render timing
Co je Sveltime?
Sveltime je rozšíření Chrome vyvinuté sveltime, a jeho hlavní funkcí je „Developer Tool to analyze Svelte apps and list component trees, state, and render timing“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sveltime
Stáhněte si soubory rozšíření Sveltime ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sveltime |
ID | ohihipnjpfmcgkdfgaibblakcaebhjhk |
Oficiální URL | https://chromewebstore.google.com/detail/sveltime/ohihipnjpfmcgkdfgaibblakcaebhjhk |
Popis | Developer Tool to analyze Svelte apps and list component trees, state, and render timing |
Velikost souboru | 186 KB |
Počet instalací | 49 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-06-02 |
Datum Vydání | 2022-06-02 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | sveltime |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |