Time-Travel Debugger for The Web
Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence.
Co to jest Time-Travel Debugger for The Web?
Time-Travel Debugger for The Web to rozszerzenie Chrome opracowane przez Codex, by jbrew, a jego główną funkcją jest „Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Time-Travel Debugger for The Web
Pobierz pliki rozszerzeń Time-Travel Debugger for The Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Debugging your web apps is hard. How many times have you asked someone testing your software what browser they were using? Exactly what URL they were on? Exactly what they typed, where they clicked, what they saw? The Codex Recorder extension exists to make that all go away. With a simple "record" button, you can track all the information about a browser session that you need to debug your app. Use it to generate a shareable link, with an event history that is easy to step through, details for each event, and an inspectable playback window.
Podstawowe informacje o rozszerzeniu
Nazwa | Time-Travel Debugger for The Web |
ID | kmakeljcpchnojdlkdkefhjkakadccoh |
Oficjalny URL | https://chromewebstore.google.com/detail/time-travel-debugger-for/kmakeljcpchnojdlkdkefhjkakadccoh |
Opis | Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence. |
Rozmiar pliku | 197 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2021-05-13 |
Data Publikacji | 2020-12-05 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Codex, by jbrew |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://codex.jbrew.co.uk/extension |
Adres URL Strony Polityki Prywatności | https://codex.jbrew.co.uk/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time-Travel Debugger for The Web", "version": "1.2.2", "description": "Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence.", "homepage_url": "https:\/\/codex.jbrew.co.uk", "permissions": [ "https:\/\/codex.jbrew.co.uk\/*", "https:\/\/codex-review.jbrew.co.uk\/*", "https:\/\/codex.jbrew.dev\/*", "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/codex.jbrew.co.uk\/*", "https:\/\/codex-review.jbrew.co.uk\/*", "https:\/\/codex.jbrew.dev\/*" ], "js": [ "js\/loader.js" ] }, { "matches": [ " |