Turbo devtools
Easily locate turbo-frames with this simple developer tools for Turbo Frames
Wat is Turbo devtools?
Turbo devtools is een Chrome-extensie ontwikkeld door L Campanari, en de belangrijkste functie is "Easily locate turbo-frames with this simple developer tools for Turbo Frames".
Extensie Screenshots
Download het CRX-bestand van de extensie Turbo devtools
Download Turbo devtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This tool is meant to facilitate debugging Turbo Frames by highlightingHTML 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
Basisinformatie over de Extensie
Naam | Turbo devtools |
ID | mbmcohillflnaeklgeoigcofknjfjgjn |
Officiële URL | https://chromewebstore.google.com/detail/turbo-devtools/mbmcohillflnaeklgeoigcofknjfjgjn |
Beschrijving | Easily locate turbo-frames with this simple developer tools for Turbo Frames |
Bestandsgrootte | 10.41 KB |
Aantal Installaties | 143 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-05-30 |
Publicatiedatum | 2022-05-06 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | L Campanari |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/lcampanari/turbo-devtools |
Help Pagina-URL | https://github.com/lcampanari/turbo-devtools |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |