Дополнения для браузера Firefox
  • Расширения
  • Темы
    • для Firefox
    • Словари и языковые пакеты
    • Другие версии браузера
    • Дополнения для Android
Войти
Значок дополнения

История версий Text Contrast for Dark Themes - 25 версий

Text Contrast for Dark Themes от DmitriK

Оценено на 4,7 из 5
Оценено на 4,7 из 5
5
108
4
16
3
2
2
1
1
5
История версий Text Contrast for Dark Themes - 25 версий
  • Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.

  • Последняя версия

    Версия 2.1.6

    Выпущено 4 дек. 2019 г. - 28,04 КБ
    Работает с 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

    Выпущено 25 мар. 2019 г. - 24,15 КБ
    Работает с 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

    Выпущено 29 нояб. 2018 г. - 23,93 КБ
    Работает с firefox 55.0 и выше
    - Better handle elements that only have a background image defined.

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 2.1.3

    Выпущено 1 нояб. 2018 г. - 23,69 КБ
    Работает с firefox 55.0 и выше
    Bugfix for possible infinite loop on sites that clear the extension's data attributes

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 2.1.2

    Выпущено 17 окт. 2018 г. - 23,5 КБ
    Работает с firefox 55.0 и выше
    Fix issue with some input elements being incorrectly styled since last version.

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 2.1.1

    Выпущено 19 сент. 2018 г. - 22,69 КБ
    Работает с firefox 55.0 и выше, android 55.0-68.*
    Remove some leftover console debugging code

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 2.1.0

    Выпущено 14 сент. 2018 г. - 22,71 КБ
    Работает с 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

    Выпущено 21 авг. 2018 г. - 21,74 КБ
    Работает с 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

    Выпущено 14 июня 2018 г. - 21,43 КБ
    Работает с 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

    Выпущено 30 янв. 2018 г. - 20,78 КБ
    Работает с 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

    Выпущено 16 янв. 2018 г. - 20,4 КБ
    Работает с 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

    Выпущено 19 дек. 2017 г. - 19,14 КБ
    Работает с 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

    Выпущено 13 дек. 2017 г. - 18,86 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    Some fixes for performance regressions in last version.

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 2.0.0

    Выпущено 11 дек. 2017 г. - 18,67 КБ
    Работает с 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

    Выпущено 23 окт. 2017 г. - 16,43 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    A couple of minor fixes for a few edge cases

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 1.4.1

    Выпущено 18 июля 2017 г. - 16,42 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    Re-add checking for existing contrast when fixing input elements.

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 1.4.0

    Выпущено 22 июня 2017 г. - 16,44 КБ
    Работает с 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

    Выпущено 24 мар. 2017 г. - 14,79 КБ
    Работает с 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

    Выпущено 22 мар. 2017 г. - 11 КБ
    Работает с 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

    Выпущено 17 мар. 2017 г. - 11 КБ
    Работает с 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

    Выпущено 10 мар. 2017 г. - 10,88 КБ
    Работает с 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

    Выпущено 8 февр. 2017 г. - 10,5 КБ
    Работает с 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

    Выпущено 30 нояб. 2016 г. - 8,92 КБ
    Работает с 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

    Выпущено 1 нояб. 2016 г. - 6,51 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    Remove some deprecated manifest keys that may be causing install issues

    Исходный код выпущен на условиях Лицензия MIT

    Загрузить файл
  • Версия 1.0.0

    Выпущено 12 авг. 2016 г. - 6,44 КБ
    Работает с 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)
  • Приватность
  • Куки
  • Юридическая информация

За исключением случаев, описанных здесь, содержимое этого сайта лицензировано на условиях лицензии Creative Commons «Атрибуция — На тех же условиях» версии 3.0 или любой более поздней версии.