Request Assistant 제작자: 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.
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
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
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 0.4resigned1
- 크기
- 8.55 KB
- 마지막 업데이트
- 2년 전 (2024년 4월 25일)
- 관련 카테고리
- 버전 목록
- 모음집에 추가