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 |
官方網址 | 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": [ " |