WCAG Contrast checker Versionsgeschichte – 25 Versionen
WCAG Contrast checker von Rumoroso
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 3.8.4
Veröffentlicht 2. März 2024 – 166,76 KBFunktioniert mit firefox 58.0a1 und höherUrgent fix related with the translations that made the extension fail to open.Quelltext steht unter der Alle Rechte vorbehalten
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 3.8.3
Veröffentlicht 1. März 2024 – 166,74 KBFunktioniert mit firefox 58.0a1 und höher* When expanding one row with multiple results, it remains open even when reloading results.
* Updated the way to select color from the page.
* Small improvements in the styles.
* Other minor changes and fixes, that improve performance and also code qualityQuelltext steht unter der Alle Rechte vorbehalten
Version 3.8.2
Veröffentlicht 24. Feb. 2024 – 183,87 KBFunktioniert mit firefox 58.0a1 und höherFixed the default settingsQuelltext steht unter der Alle Rechte vorbehalten
Version 3.8.1
Veröffentlicht 24. Feb. 2024 – 183,87 KBFunktioniert mit firefox 58.0a1 und höherUpdated missing default settingsQuelltext steht unter der Alle Rechte vorbehalten
Version 3.8.0
Veröffentlicht 24. Feb. 2024 – 183,82 KBFunktioniert mit firefox 58.0a1 und höherThe latest udpate includes:
* Now the results from the main document and from the ones in iframes are shown together. This makes the document selector no needed, so it was removed.
* When the extensions opens, the fixed elements are detected and moved based in the size of the panel. This is meant to prevent them to be hidden because the panel appears covering them.
* Resizing the panel can be done with keyboard. The resizer can get the focus. When it is focused, the arrow keys change the width of the panel.
* Other minor changes and fixes (better dialogs, font-sizes now use relative units, etc.)Quelltext steht unter der Alle Rechte vorbehalten
Version 3.7.2
Veröffentlicht 2. Apr. 2023 – 179,21 KBFunktioniert mit firefox 58.0a1 und höherImproved the way in which the panel can be kept openQuelltext steht unter der Alle Rechte vorbehalten
Version 3.7.1
Veröffentlicht 29. März 2023 – 178 KBFunktioniert mit firefox 58.0a1 und höherI have updated how the body and panel dimensions are calculatedQuelltext steht unter der Alle Rechte vorbehalten
Version 3.7.0
Veröffentlicht 21. März 2023 – 177,99 KBFunktioniert mit firefox 58.0a1 und höher* There is a new the option to open the extension automatically. It can be set to open it always or only in the domain of the page that is active. The way to use it is by a menu (with the "pin" icon) included in the top bar and that includes both options that is open by using the "pin" icon button.
* The button to switch the position of the panel is now available in the main bar.
* It includes some code changes that, although not directly impacting in the user experience, improve the maintainability of the extension.Quelltext steht unter der Alle Rechte vorbehalten
Version 3.6.2
Veröffentlicht 27. Feb. 2023 – 123,25 KBFunktioniert mit firefox 58.0a1 und höher* Fixed the bug that blocked the creation of the panel and normal execution when there were iframes with lazy-load.
* Fixed the bug that made the extension fail when there is no body in the page but frameset.Quelltext steht unter der Alle Rechte vorbehalten
Version 3.6.1
Veröffentlicht 6. Juli 2022 – 122,56 KBFunktioniert mit firefox 58.0a1 und höherI updated the extension to use more clear and better performance code. There is only one change in the User Interface which is how the help dialog is shown.Quelltext steht unter der Alle Rechte vorbehalten
Version 3.6.0
Veröffentlicht 21. Juni 2022 – 122,45 KBFunktioniert mit firefox 58.0a1 und höher* Added a way to allow users to switch the position of the panel between left and right
* Fixed one bug (related with the use of the color selector) and improve the codeQuelltext steht unter der Alle Rechte vorbehalten
Version 3.5.6
Veröffentlicht 28. Okt. 2020 – 118,19 KBFunktioniert mit firefox 58.0a1 und höherBug fix in the estimation of the visibility of the elements. The bug made all elements appear as hidden elementsQuelltext steht unter der Alle Rechte vorbehalten
Version 3.5.5
Veröffentlicht 28. Okt. 2020 – 118,11 KBFunktioniert mit firefox 58.0a1 und höherUpdated the way in which colors are evaluated so now it considers the opacity (not only applied directly to the element but also inherited) and the alpha channel when colors are defined.Quelltext steht unter der Alle Rechte vorbehalten
Version 3.5.4
Veröffentlicht 5. Juli 2020 – 117,93 KBFunktioniert mit firefox 58.0 und höherChanges in the way the algorithm accesses information on each element in the DOM, so that analysis performance and time to display results are improvedQuelltext steht unter der Alle Rechte vorbehalten
Version 3.5.3
Veröffentlicht 26. Juni 2020 – 117,69 KBFunktioniert mit firefox 58.0a1 und höherUpdated the way in which the colors are selected (the benefit should be improved performance)Quelltext steht unter der Alle Rechte vorbehalten
Version 3.5.2
Veröffentlicht 26. Juni 2020 – 106,19 KBFunktioniert mit firefox 58.0a1 und höherBug-fixing related with the document selectorQuelltext steht unter der Alle Rechte vorbehalten
Version 3.5.1
Veröffentlicht 25. Juni 2020 – 106,26 KBFunktioniert mit firefox 58.0a1 und höherImprove performance when opening the panel by ensuring only specific callbacks are executedQuelltext steht unter der Alle Rechte vorbehalten
Version 3.5.0
Veröffentlicht 14. Juni 2020 – 106,13 KBFunktioniert mit firefox 63.0 und höherThe main changes are:
* Visible and hidden elements are shown in the same table
* Performance improvements
* When the option for auto-refresh is deactivated, the button for executing the analysis shows a warning icon when the tool detects changes in the DOM
* Add help and release notes dialogs
* Add menu
* Layout changes
Others (list of commits on this release):
* execute only once initially
* prevent function re-declaration
* prevent update the list of documents with the DOM changes
* generate array of results data and order it before creating the results table
* simple refactor for making more easy to manipulate the results object per row
* update highlight style
* refactor how visible/hidden elements are shown
* update styles for the scroll-bars and visibility icons opacity
* update messages
* do not update table while it has the focus
* messaging on mutationObserver
* fix bug when changing to descendant documents
* fix bug with the mutationObservers
* improve resizer DOM
* improve styling
* add dialog-panel
* update help content and styles
* add spinner update only tbody for results
* add warning when DOM-mutation detected
* update layout
* add release-notes sectionQuelltext steht unter der Alle Rechte vorbehalten
Version 3.4.0
Veröffentlicht 1. Juni 2020 – 108,4 KBFunktioniert mit firefox 58.0a1 und höher* Add scroll-into-view feature
* Minor changes for improving performance
* Fix bug when getting the background-color from the body
* Fix bug related with mutation observers (there were not always disconnected when closing the panel)Quelltext steht unter der Alle Rechte vorbehalten
Version 3.3.2
Veröffentlicht 9. Jan. 2020 – 96,84 KBFunktioniert mit firefox 58.0a1 und höherQuelltext steht unter der Alle Rechte vorbehalten
Version 3.3.1
Veröffentlicht 18. Okt. 2019 – 96,82 KBFunktioniert mit firefox 58.0a1 und höherQuelltext steht unter der Alle Rechte vorbehalten
Version 3.2.0
Veröffentlicht 27. März 2018 – 849,38 KBFunktioniert mit firefox 58.0a1 und höher, android 58.0a1 bis 68.*Added the eyedropper to pick the color directly from the documentQuelltext steht unter der Alle Rechte vorbehalten
Version 3.1.0
Veröffentlicht 12. März 2018 – 71,72 KBFunktioniert mit firefox 58.0a1 und höher, android 58.0a1 bis 68.** Fixed minor bugs
* Added informationQuelltext steht unter der Mozilla Public License 1.1
Version 3.0.1
Veröffentlicht 7. März 2018 – 69,6 KBFunktioniert mit firefox 58.0a1 und höher, android 58.0a1 bis 68.*Quelltext steht unter der Mozilla Public License 1.1
Version 3.0.0
Veröffentlicht 6. März 2018 – 44,68 KBFunktioniert mit firefox 58.0a1 und höher, android 58.0a1 bis 68.*Quelltext steht unter der Mozilla Public License 1.1