Turbo devtools

Easily locate turbo-frames with this simple developer tools for Turbo Frames

Turbo devtoolsとは何ですか?

Turbo devtoolsはL Campanariによって開発されたChromeの拡張機能で、その主な機能は「Easily locate turbo-frames with this simple developer tools for Turbo Frames」です。

拡張機能のスクリーンショット

screenshot

Turbo devtools拡張機能のCRXファイルをダウンロード

Turbo devtools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This tool is meant to facilitate debugging Turbo Frames by highlighting  HTML tags in the active page. If  tags are present in the page, invoking the extension will highlight those tags with a red border and an identifier.

Inspired by this tweet by Matt Swanson: https://twitter.com/_swanson/status/1486482689741971463                    

拡張機能の基本情報

名前 Turbo devtools Turbo devtools
ID mbmcohillflnaeklgeoigcofknjfjgjn
公式URL https://chromewebstore.google.com/detail/turbo-devtools/mbmcohillflnaeklgeoigcofknjfjgjn
説明 Easily locate turbo-frames with this simple developer tools for Turbo Frames
ファイルサイズ 10.41 KB
インストール数 143
現在のバージョン 0.0.2
最終更新日 2022-05-30
公開日 2022-05-06
評価 5.00/5 合計 4 レビュー
開発者 L Campanari
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/lcampanari/turbo-devtools
ヘルプページのURL https://github.com/lcampanari/turbo-devtools
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turbo devtools",
    "version": "0.0.2",
    "description": "Easily locate turbo-frames with this simple developer tools for Turbo Frames",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon\/16x16.png",
        "32": "assets\/icon\/32x32.png",
        "48": "assets\/icon\/48x48.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "turbo-frame\/debug.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}