WCAG Contrast checker 版本紀錄 - 25 個版本
WCAG Contrast checker 作者: Rumoroso
WCAG Contrast checker 版本紀錄 - 25 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 3.8.4
發行於 2024年3月2日 - 166.76 KB適用於 firefox 58.0a1 與更新版本Urgent fix related with the translations that made the extension fail to open.原始碼依照 保留所有權利 條款釋出
較舊版本
版本 3.8.3
發行於 2024年3月1日 - 166.74 KB適用於 firefox 58.0a1 與更新版本* 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 quality原始碼依照 保留所有權利 條款釋出
版本 3.8.2
發行於 2024年2月24日 - 183.87 KB適用於 firefox 58.0a1 與更新版本Fixed the default settings原始碼依照 保留所有權利 條款釋出
版本 3.8.1
發行於 2024年2月24日 - 183.87 KB適用於 firefox 58.0a1 與更新版本Updated missing default settings原始碼依照 保留所有權利 條款釋出
版本 3.8.0
發行於 2024年2月24日 - 183.82 KB適用於 firefox 58.0a1 與更新版本The 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.)原始碼依照 保留所有權利 條款釋出
版本 3.7.2
發行於 2023年4月2日 - 179.21 KB適用於 firefox 58.0a1 與更新版本Improved the way in which the panel can be kept open原始碼依照 保留所有權利 條款釋出
版本 3.7.1
發行於 2023年3月29日 - 178 KB適用於 firefox 58.0a1 與更新版本I have updated how the body and panel dimensions are calculated原始碼依照 保留所有權利 條款釋出
版本 3.7.0
發行於 2023年3月21日 - 177.99 KB適用於 firefox 58.0a1 與更新版本* 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.原始碼依照 保留所有權利 條款釋出
版本 3.6.2
發行於 2023年2月27日 - 123.25 KB適用於 firefox 58.0a1 與更新版本* 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.原始碼依照 保留所有權利 條款釋出
版本 3.6.1
發行於 2022年7月6日 - 122.56 KB適用於 firefox 58.0a1 與更新版本I 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.原始碼依照 保留所有權利 條款釋出
版本 3.6.0
發行於 2022年6月21日 - 122.45 KB適用於 firefox 58.0a1 與更新版本* 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 code原始碼依照 保留所有權利 條款釋出
版本 3.5.6
發行於 2020年10月28日 - 118.19 KB適用於 firefox 58.0a1 與更新版本Bug fix in the estimation of the visibility of the elements. The bug made all elements appear as hidden elements原始碼依照 保留所有權利 條款釋出
版本 3.5.5
發行於 2020年10月28日 - 118.11 KB適用於 firefox 58.0a1 與更新版本Updated 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.原始碼依照 保留所有權利 條款釋出
版本 3.5.4
發行於 2020年7月5日 - 117.93 KB適用於 firefox 58.0 與更新版本Changes in the way the algorithm accesses information on each element in the DOM, so that analysis performance and time to display results are improved原始碼依照 保留所有權利 條款釋出
版本 3.5.3
發行於 2020年6月26日 - 117.69 KB適用於 firefox 58.0a1 與更新版本Updated the way in which the colors are selected (the benefit should be improved performance)原始碼依照 保留所有權利 條款釋出
版本 3.5.2
發行於 2020年6月26日 - 106.19 KB適用於 firefox 58.0a1 與更新版本Bug-fixing related with the document selector原始碼依照 保留所有權利 條款釋出
版本 3.5.1
發行於 2020年6月25日 - 106.26 KB適用於 firefox 58.0a1 與更新版本Improve performance when opening the panel by ensuring only specific callbacks are executed原始碼依照 保留所有權利 條款釋出
版本 3.5.0
發行於 2020年6月14日 - 106.13 KB適用於 firefox 63.0 與更新版本The 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 section原始碼依照 保留所有權利 條款釋出
版本 3.4.0
發行於 2020年6月1日 - 108.4 KB適用於 firefox 58.0a1 與更新版本* 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)原始碼依照 保留所有權利 條款釋出
版本 3.3.2
發行於 2020年1月9日 - 96.84 KB適用於 firefox 58.0a1 與更新版本原始碼依照 保留所有權利 條款釋出
版本 3.3.1
發行於 2019年10月18日 - 96.82 KB適用於 firefox 58.0a1 與更新版本原始碼依照 保留所有權利 條款釋出
版本 3.2.0
發行於 2018年3月27日 - 849.38 KB適用於 firefox 58.0a1 與更新版本, android 58.0a1 到 68.*Added the eyedropper to pick the color directly from the document原始碼依照 保留所有權利 條款釋出
版本 3.1.0
發行於 2018年3月12日 - 71.72 KB適用於 firefox 58.0a1 與更新版本, android 58.0a1 到 68.** Fixed minor bugs
* Added information原始碼依照 Mozilla Public License 1.1 條款釋出
版本 3.0.1
發行於 2018年3月7日 - 69.6 KB適用於 firefox 58.0a1 與更新版本, android 58.0a1 到 68.*原始碼依照 Mozilla Public License 1.1 條款釋出
版本 3.0.0
發行於 2018年3月6日 - 44.68 KB適用於 firefox 58.0a1 與更新版本, android 58.0a1 到 68.*原始碼依照 Mozilla Public License 1.1 條款釋出