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

История версий automaticDark - Time-Based Theme Changer - 13 версий

automaticDark - Time-Based Theme Changer от simonkhzhang

Оценено на 4,4 из 5
Оценено на 4,4 из 5
5
151
4
20
3
6
2
4
1
17
История версий automaticDark - Time-Based Theme Changer - 13 версий
  • Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.

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

    Версия 1.4.1

    Выпущено 23 февр. 2023 г. - 197,43 КБ
    Работает с firefox 95.0 и выше
    - Fixed the " Change themes based on the system theme" mode. Big thanks to Eason Wong (https://github.com/easonwong-de) for this!
    - Modify so that prefers-color-scheme only follows the system theme while in "change theme based on system theme" mode. Otherwise, we use the value from the theme.
    - Modify Options page background to change based on prefers-color-scheme value, rather than whether the add-on is in daytime or nighttime mode. The logo still reflects whether the add-on is in daytime or nighttime mode.

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

    Вам понадобится Firefox, чтобы использовать это расширение
    Загрузите Firefox и установите расширение
    Загрузить файл
  • Старые версии

    Версия 1.4.0

    Выпущено 18 нояб. 2021 г. - 89,02 КБ
    Работает с firefox 95.0 и выше
    - New permission required: browserSettings - Required as of Firefox 95 to set layout.css.prefers-color-scheme.content-override about:config setting and to properly detect when device theme is changed
    - Open settings page automatically when extension is installed
    - Fix system-theme mode to properly change upon device theme change
    - Hide debugging output under a "Debug mode" flag
    - Modify logo and Options page theme to change as soon as the extension switches between nighttime mode and daytime mode

    Special thanks to ayushhroyy and Juraj-Masiar for their help on this release.
    And thanks as always to everyone who reached out on Github and via email with their feedback/suggestions!

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

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

    Выпущено 30 дек. 2020 г. - 86,99 КБ
    Работает с firefox 48.0 и выше
    - Add dynamic logo to Options page showing if day/night/off theme is being used
    - Add dark header bar to Options page

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

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

    Выпущено 10 мая 2020 г. - 22,44 КБ
    Работает с firefox 48.0 и выше
    Bugfixes related to previous release (1.2.0)

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

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

    Выпущено 10 мая 2020 г. - 22,46 КБ
    Работает с firefox 48.0 и выше
    - As per popular request, you can now change the theme based on your OS system theme.
    - Note that due to this change, if you previously chose to set themes automatically based on your location, you may need to choose the setting again.
    - For any feedback or bugs with this feature, let me know at https://github.com/skhzhang/time-based-themes/issues or via email. Please include your version of Firefox and your OS.

    - Also: new messages and cleanup to the Options page.
    - Discontinue support for Firefox for Android (Fenix is coming!)

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

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

    Выпущено 2 нояб. 2019 г. - 21,45 КБ
    Работает с firefox 48.0 и выше
    Minor bugfix when initially setting addon to automatically change based on geolocation

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

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

    Выпущено 17 сент. 2019 г. - 21,41 КБ
    Работает с firefox 48.0 и выше
    - Automatically calculate sunrise/sunset based on your location. (Requires geolocation permission when turning on the setting in the Options page.)
    - Dark theme for the Options page when using Firefox's default dark theme.
    - Add About section in the Options page.

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

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

    Выпущено 16 июля 2019 г. - 15,12 КБ
    Работает с firefox 48.0 и выше
    Incorporated fixes to a bug where the times are offset. Thanks @abaco!

    If you continue to experience this bug, please let me know at: https://github.com/skhzhang/time-based-themes/issues/5

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

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

    Выпущено 6 мая 2019 г. - 15,02 КБ
    Работает с firefox 48.0 и выше
    - New permission required: usage of storage API. NOTE: This will require you to add your settings again. However, this should be more reliable than the previous and should never be cleared, unless uninstalling/removing the addon (or resetting settings).
    - The addon no longer checks the time on an interval! Instead, it will set a timer for the specified sunrise/sunset time and will change the theme then.
    - Modifying any setting will change the theme if appropriate. Thus, the 'manually check time' button has been removed.
    - Code cleanup to make future maintenance easier. :)

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

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

    Выпущено 23 нояб. 2017 г. - 11,16 КБ
    Работает с firefox 57.0 и выше, android 57.0-68.*
    - Cosmetic update: Changing add-on name!

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

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

    Выпущено 22 нояб. 2017 г. - 11,08 КБ
    Работает с firefox 57.0 и выше, android 57.0-68.*
    - Add confirmation dialog to 'Reset to default settings' button.
    - Add setting to only check time on startup.
    - Remove unnecessary 'theme' permission.
    - Clean up 'Options' page.
    - Other miscellaneous fixes. Please see https://github.com/skhzhang/time-based-themes for details.

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

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

    Выпущено 18 нояб. 2017 г. - 10,57 КБ
    Работает с firefox 57.0 и выше, android 57.0-68.*
    - Remove unnecessary permission.
    - Small clean-up (remove console output).

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

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

    Выпущено 17 нояб. 2017 г. - 10,27 КБ
    Работает с firefox 57.0 и выше, android 57.0-68.*

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

    Загрузить файл
Перейти на домашнюю страницу Mozilla

Дополнения

  • О сайте
  • Блог дополнений для Firefox
  • Мастерская расширений
  • Центр разработчика
  • Политики разработчика
  • Блог Сообщества
  • Форум
  • Сообщить об ошибке
  • Руководство по написанию отзывов

Браузеры

  • Desktop
  • Mobile
  • Enterprise

Продукты

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватность
  • Куки
  • Юридическая информация

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