Sveltime

Developer Tool to analyze Svelte apps and list component trees, state, and render timing

什麼是Sveltime?

Sveltime是由sveltime開發的Chrome擴展程式,該擴展的主要功能是“Developer Tool to analyze Svelte apps and list component trees, state, and render timing”。

擴展截圖

screenshot

下載Sveltime擴展crx文件

下載Sveltime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Sveltime Sveltime
ID ohihipnjpfmcgkdfgaibblakcaebhjhk
官方網址 https://chromewebstore.google.com/detail/sveltime/ohihipnjpfmcgkdfgaibblakcaebhjhk
簡介 Developer Tool to analyze Svelte apps and list component trees, state, and render timing
檔案大小 186 KB
安裝次數 49
目前版本 1.0
更新時間 2022-06-02
上架時間 2022-06-02
評分 5.00/5 共 3 次評分
開發者 sveltime
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
                ""
            ],
            "js": [
                "\/extension\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}