Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Console Log Element의 버전 기록 - 15개 버전

Console Log Element 제작자: Howard Chiam

5점 만점에 3점
3 / 5
5
1
4
0
3
0
2
0
1
1
Console Log Element의 버전 기록 - 15개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 2.1.1

    2020년 8월 3일에 출시 - 15.33 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    https://github.com/hchiam/console-log-element/releases?after=2.1.2
    Fixed issues #19 and #20 (bugs with the buttons that let you reuse previous inputs).

    MIT License에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 2.1.0

    2020년 7월 23일에 출시 - 15.27 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    https://github.com/hchiam/console-log-element/releases?after=2.1.1
    Fix issue #18: log input strings as buttons that copy into the input box

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.8

    2020년 7월 1일에 출시 - 15.16 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    https://github.com/hchiam/console-log-element/releases?after=2.0.9

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.7

    2020년 6월 30일에 출시 - 15.23 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    https://github.com/hchiam/console-log-element/releases?after=2.0.8

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.5

    2020년 5월 10일에 출시 - 15.12 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    https://github.com/hchiam/console-log-element/releases/tag/2.0.5
    Fixed bug to differentiate between console.log from interface and from browser.

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.4

    2020년 4월 19일에 출시 - 14.98 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - browser-originating logs were adding new lines.
    https://github.com/hchiam/console-log-element/releases/tag/2.0.4

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.3

    2020년 4월 19일에 출시 - 14.97 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    (Minor style fixes.)
    https://github.com/hchiam/console-log-element/releases/tag/2.0.3

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.2

    2020년 4월 19일에 출시 - 14.95 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Made browser-originating console input resize input rows too.

    https://github.com/hchiam/console-log-element/releases/tag/2.0.2

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.1

    2020년 4월 19일에 출시 - 14.94 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Multiline input is enabled, but can't hit Enter to submit (instead, hit Shift+Enter or Ctrl+Enter or the "Send command" button).

    https://github.com/hchiam/console-log-element/releases/tag/2.0.0

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.2

    2020년 4월 19일에 출시 - 14.63 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Relative units for font size in the popup.
    - Code cleanup and docs additions.

    https://github.com/hchiam/console-log-element/releases/tag/1.1.2

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.1

    2020년 4월 19일에 출시 - 14.52 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Expandable output.
    - Fixed hover color.
    - Autocapitalize off.
    - Avoid recursive body selection.

    https://github.com/hchiam/console-log-element/releases/tag/1.1.1

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.0

    2020년 4월 14일에 출시 - 14.11 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - capture web console outputs too (#10)
    - prevent repeatedly adding the same stylesheet upon invalid input (#12)
    - icon update
    - handle capital X too

    https://github.com/hchiam/console-log-element/releases/tag/1.1.0

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.0

    2020년 4월 13일에 출시 - 14.03 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Cleaner code.
    - `$()` and `$$()` web console helpers now work (easier to type/tap than `document.getElementById`, `document.querySelector`, `document.querySelectorAll`, etc.).
    - Scrolling horizontally now works when the output is really wide.
    - Invalid input triggers a wobble animation.

    https://github.com/hchiam/console-log-element/releases/tag/1.0.0

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.2.2

    2020년 4월 13일에 출시 - 13.55 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Now handles HTML element output.
    https://github.com/hchiam/console-log-element/releases/tag/0.2.2

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.2.1

    2020년 4월 12일에 출시 - 13.24 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동

    MIT License에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.