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

Text Contrast for Dark Themes의 버전 기록 - 25개 버전

Text Contrast for Dark Themes 제작자: DmitriK

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

  • 최신 버전

    버전 2.1.6

    2019년 12월 4일에 출시 - 28.04 KB
    firefox 55.0 이상에서 작동
    - Fixed issue where probing for default colors didn't work correctly. In addition to possible incorrect re-coloring, this could also result in performance issues as the extension no longer recognized that styles were set by the author already.
    - Fixed issue where foreground color may not have been set when author only sets background image.

    MIT 라이선스에 따라 릴리스된 소스 코드

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

    버전 2.1.5

    2019년 3월 25일에 출시 - 24.15 KB
    firefox 55.0 이상에서 작동
    Minor bugfixes:
    - Turning off extension in popup would not disable the mutation observer, resulting in extension continuing to
    apply itself to dynamic elements.
    - Using the override buttons in the popup would fail if the user specifically clicked on the text specifying the url.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.4

    2018년 11월 29일에 출시 - 23.93 KB
    firefox 55.0 이상에서 작동
    - Better handle elements that only have a background image defined.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.3

    2018년 11월 1일에 출시 - 23.69 KB
    firefox 55.0 이상에서 작동
    Bugfix for possible infinite loop on sites that clear the extension's data attributes

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.2

    2018년 10월 17일에 출시 - 23.5 KB
    firefox 55.0 이상에서 작동
    Fix issue with some input elements being incorrectly styled since last version.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.1

    2018년 9월 19일에 출시 - 22.69 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    Remove some leftover console debugging code

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.1.0

    2018년 9월 14일에 출시 - 22.71 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    Removed all usages of getDefaultComputedStyle(), as it's been slated for removal (see https://bugzilla.mozilla.org/show_bug.cgi?id=1355683)

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.6

    2018년 8월 21일에 출시 - 21.74 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    - Improve contrast check on input elements. This should result in less instances of the extension unnecessarily 'fixing' elements.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.5

    2018년 6월 14일에 출시 - 21.43 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    - When running in an [i]frame list checks now use root tab url instead of frame url
    - Fixed bug where clearing a list after it had been set broke extension functionality for that session.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.4

    2018년 1월 30일에 출시 - 20.78 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    - In whitelist mode, toggle button now allows the extension to be temporary turned on in order to preview effects.
    - Fix failure of standard colors override list when user is not running system colors.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.3

    2018년 1월 16일에 출시 - 20.4 KB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    - Performance improvements to mutation observers
    - Controls in popup for adding current site to lists
    - Cache options in background script to remove need to re-access storage for every page
    - Fixes for a couple of rather dumb bugs.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.2

    2017년 12월 19일에 출시 - 19.14 KB
    firefox 48.0 이상에서 작동
    - More fixes for special cases involving cross-origin frames
    - Fix inability to clear override lists
    - Fix button badge text being out of sync of what really happens

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.1

    2017년 12월 13일에 출시 - 18.86 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Some fixes for performance regressions in last version.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0.0

    2017년 12월 11일에 출시 - 18.67 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Major overhaul to how extension actions are triggered:

    - Background script dispatches content scripts as needed, instead of the
    manifest file. This results in better control of when scripts run.

    - Separate scripts for fixing input elements only and fixing all elements. This
    minimizes the size of the scripts that are run day-to-day, especially for
    users who only need fixes to input elements.

    - Added whitelist functionality. The blacklist can now be treated as a whitelist
    instead, via a checkbox in the options.

    - Some improvements to handling iframes. Some corner cases have been fixed as a
    result; others still require move work.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.2

    2017년 10월 23일에 출시 - 16.43 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    A couple of minor fixes for a few edge cases

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.1

    2017년 7월 18일에 출시 - 16.42 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Re-add checking for existing contrast when fixing input elements.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.0

    2017년 6월 22일에 출시 - 16.44 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Fix some specific cases of extension improperly overriding colors when it shouldn't be.
    - Extension restores itself when sites that clear attribute data.
    - Fix range type styling
    - Add 2 additional configuration options:
    - Target contrast ratio. Now defaults to WCAG AA limit of 4.5.
    - Delay before extensions runs. Added to improve compatibility with other style-modifying extensions, to ensure they can properly complete insertion of
    custom CSS before this extension runs
    - Take advantage of ES6 features in order to clean up code some more

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.0

    2017년 3월 24일에 출시 - 14.79 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Fix mis-detection of 'use system colors' setting causing performance issues
    when it is not set.
    - Add ability to over-ride extension behavior based on URL. Extension can either
    be disabled, or can force black-on-white colors.
    - Handling of iframes overhauled to make it a bit less fragile.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.3

    2017년 3월 22일에 출시 - 11 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Bugfix: Possible exception in extension when checking for an SVG document could prevent further contrast checks.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.2

    2017년 3월 17일에 출시 - 11 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Fix an issue with extension adding unnecessary background color to root elements (like HTML and BODY) that are transparent by default, and author has defined a transparent image.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.1

    2017년 3월 10일에 출시 - 10.88 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Improved detection of user setting non-standard colors.
    - Perform contrast check on iframes.
    - Perform contrast check on some forms of SVG embeds.
    - Override site CSS that uses !important but still has wrong contrast.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.0

    2017년 2월 8일에 출시 - 10.5 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    For users that enable 'use system colors', added option to toolbar button that forces root element of page to be black text on white background, effectively allowing users to temporarily disable the 'use system colors' setting for a tab.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.0

    2016년 11월 30일에 출시 - 8.92 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Now uses custom data attributes to assign styles via CSS.
    - No longer re-analyses elements that have already been checked, resulting in major performance improvement in pages with dynamic element [re]creation.
    - Button in browser toolbar can be used to temporarily disable extension for current tab.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.1

    2016년 11월 1일에 출시 - 6.51 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Remove some deprecated manifest keys that may be causing install issues

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.0.0

    2016년 8월 12일에 출시 - 6.44 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Medium overhaul of addon:

    - Ported to Web-Extensions API
    - Re-colors elements whose class attribute has been changed by javascript

    MIT 라이선스에 따라 릴리스된 소스 코드

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

부가 기능

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

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

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

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