Time-Travel Debugger for The Web
Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence.
什么是Time-Travel Debugger for The Web?
Time-Travel Debugger for The Web是由Codex, by jbrew开发的Chrome扩展程序,该扩展的主要功能是“Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence.”。
扩展截图
下载Time-Travel Debugger for The Web扩展crx文件
下载Time-Travel Debugger for The Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Time-Travel Debugger for The Web |
ID | kmakeljcpchnojdlkdkefhjkakadccoh |
官方URL | https://chromewebstore.google.com/detail/time-travel-debugger-for/kmakeljcpchnojdlkdkefhjkakadccoh |
简介 | Record, Share & Replay the Web. Step through events, inspect the HTML and debug with confidence. |
文件大小 | 197 KB |
安装次数 | 22 |
当前版本 | 1.2.2 |
更新时间 | 2021-05-13 |
上架时间 | 2020-12-05 |
评分 | 3.00/5 共2次评分 |
开发者 | Codex, by jbrew |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://codex.jbrew.co.uk/extension |
隐私政策页面URL | https://codex.jbrew.co.uk/privacy |
支持的语言 | 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": [ " |