Request Assistant bởi Reşat
Currently logs all URLs accessed by the app (into app console & into standard output stream (using dump()), whether the request is explicitly made by the user or automatically made by the app itself.
2 người dùng2 người dùng
Siêu dữ liệu mở rộng
Ảnh chụp màn hình
Về tiện ích mở rộng này
Currently, logging is performed into app console & into standard out stream (using dump()).
On Windows, you might want to use one of the following approaches (e.g., using Firefox Developer Edition):
[1] To see dump() output on Windows with -console argument (approach 2. above), browser.dom.window.dump.enabled pref needs to be set to true (manually, since Mozilla no longer allows extensions to change apps' preferences):
https://developer.mozilla.org/en-US/docs/Web/API/Window/dump
On Windows, you might want to use one of the following approaches (e.g., using Firefox Developer Edition):
- "C:\Program Files\Firefox\firefox.exe" > "C:\Users\you\f.log" &:: pipe to a file
And then tail it (e.g., using Cygwin):
tail -f "C:\Users\you\f.log"
OR - "C:\Program Files\Firefox\firefox.exe" -console
[1] To see dump() output on Windows with -console argument (approach 2. above), browser.dom.window.dump.enabled pref needs to be set to true (manually, since Mozilla no longer allows extensions to change apps' preferences):
https://developer.mozilla.org/en-US/docs/Web/API/Window/dump
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệu
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 0.4resigned1
- Kích cỡ
- 8,55 KB
- Cập nhật gần nhất
- 2 năm trước (25 Thg 04 2024)
- Thể loại có liên quan
- Giấy phép
- Chỉ Giấy phép Công cộng GNU v2.0
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Nhà phát triển của tiện ích mở rộng này yêu cầu bạn giúp hỗ trợ sự phát triển liên tục của nó bằng cách đóng góp nhỏ.