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

calc-extension의 버전 기록 - 12개 버전

calc-extension 제작자: Martin Väth

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

  • 최신 버전

    버전 5.4resigned1

    2024년 4월 25일에 출시 - 49.51 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

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

    버전 5.3

    2018년 11월 23일에 출시 - 46.39 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Fix parsing regression introduced in the previous release (calc-extension-5.2). Sorry for that.

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 5.2

    2018년 11월 22일에 출시 - 46.37 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Accept more numbers as valid, e.g. “1.” or “1.e3”.

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 5.1

    2018년 3월 5일에 출시 - 45.5 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    • Fix display of #
    • Put most storage options in one line
    • Add tooltips even for the texts for constants and functions
    • More aggressive focus keeping of input

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 5.0

    2018년 3월 5일에 출시 - 45.29 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    • Everything now has an explaining tooltip/title
    • Option to store accordion state
    • Buttons to expand/collapse accordion
    • There is now an option to store options set in the main window
    • The accordion list is now itself a detail which can be closed
    • Always provide ~> button
    • Input line keeps focus
    • New option for textarea mode replaces previous non-button option
    • Store/restore type and size of input fields with session
    • Clickable Backspace button
    • Increase default size to 80:5
    • Up-/Down-arrows in font-weight bolder
    • Center icon
    • Bugfix: when restoring a session from a textarea in an input field, newlines are now converted to spaces
    • Bugfix: avoid possible races with storage

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.0

    2018년 3월 2일에 출시 - 36.49 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Major changes:
    • Layout is completely reworked. Details in head are hidden./
    • Almost everything has a button now: Operators, functions, constants, variables, even numbers can be entered by buttons without using a keyboard.
    • Many options for session editing: Lines can be clened, removed, moved, redrawn (in different style)

    Further new features:
    • The options page has become superfluous (although it still exists): Options can be set and stored also in the main window
    • The current vaue of the last result # is visibly displayed
    • Instead of the functions sqrt and cbrt also the symbols √ and ∛ can be used
    • There is now also a button to restore a session (and not only to add it)
    • The result and result button no longer scroll out annoyingly

    Internal changes and bugfixes:
    • The line handling is now encapsulated in a class
    • Redundant array variables are avoided
    • Clean HTML5 which passes https://validator.w3.org/
    • Bugfix: all default options propagate to all tabs when cleaning storage
    • Bugfix: resetting to default width works now in non-button mode

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0

    2018년 2월 27일에 출시 - 29.96 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Main change: Extend syntax (easy game with the underlying Pratt parser!)
    • Multiplication symbol can be omitted now
    • Function calls do not require braces () now
    Other changes:
    • Alternative symbols for *, ** and / (namely × or ·, ↑ and :)
    • Alternative symbols for PI and EPSILON: π and ε
    • Fix token lexing bug which could give confusing error messages
    • Icon has full width now

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1

    2018년 2월 25일에 출시 - 29.09 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Bugfix: EPSILON and log now work (again)

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0

    2018년 2월 25일에 출시 - 29.04 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Many usability changes:
    • Buttons to store a session locally (and to add such a storage)
    • Copy results to the clipboard (optionally automatically)
    • Copy a whole session to the clipboard
    • Output number base and input size are now configurable options
    • The configurable options are now also visible on the main window and can be locally changed (without saving)
    • Buttons to clear the window
    • Clear indivdual lines by using empty expressions
    • New inline tokens ! and ? have been added to set/unset non-button mode
    • The enter key works now also as expected on unchanged input fields (non-button mode)
    • Ouptut of optical separators
    • Many descriptions have been improved
    Mathematical features have been added:
    • New functions: log10 log2 log1p expm1 cosh sinh tanh acosh asinh atanh cbrt trunc sign fround clz32
    • New constant: EPSILON
    Bugfix:
    • The variable “number” can now be used without issues.
      (This was a bug in the internal token handling.)

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0

    2018년 2월 19일에 출시 - 18.95 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Major changes:
    • By default, there is now an = button, and the input area is resizable and can contain several lines. One can revert to the old behaviour with a checkbox on the new options page.
    • By default only decimal numbers are output now. The special sequence "16" can be used to switch the hexadecimal output. Also other bases are supported.
    • A special sequence 'width:heigh' has been introduced to change the size of the input area.
    Now storage permissions are required to store the option setting locally.

    Minor changes:
    • The option page is no longer displaying an error
    • Minor typo fixes in German translation

    See https://github.com/vaeth/calc-extension/issues/1 for a discussion of all these changes.

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.2

    2018년 2월 18일에 출시 - 14.21 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    • Provide brief description on top of page
    • Output in hexadecimal and octal only if number is larger than 7
    • Rename to calc-extension (calc was already used by legacy extension)
    • Update homepage address
    • Improve error messages for # and unexpected end = incomplete
    • Refer to # as “last” result (instead of “previous”)
    • Minor compatibility improvements

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1

    2018년 2월 17일에 출시 - 12.94 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동

    GNU General Public License v2.0 only에 따라 릴리스된 소스 코드

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

부가 기능

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

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

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

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