Turbo devtools

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

Turbo devtools là gì?

Turbo devtools là một tiện ích mở rộng Chrome được phát triển bởi L Campanari, và tính năng chính của nó là "Easily locate turbo-frames with this simple developer tools for Turbo Frames".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Turbo devtools

Tải xuống các tệp mở rộng Turbo devtools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Turbo devtools Turbo devtools
ID mbmcohillflnaeklgeoigcofknjfjgjn
URL Chính Thức https://chromewebstore.google.com/detail/turbo-devtools/mbmcohillflnaeklgeoigcofknjfjgjn
Mô tả Easily locate turbo-frames with this simple developer tools for Turbo Frames
Kích Thước Tệp 10.41 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-05-30
Ngày Phát Hành 2022-05-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển L Campanari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lcampanari/turbo-devtools
URL Trang Trợ Giúp https://github.com/lcampanari/turbo-devtools
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}