Contextlets 版本紀錄 - 6 個版本
Contextlets 作者: David Hammond
Contextlets 版本紀錄 - 6 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 0.4.1
發行於 2020年4月15日 - 26.62 KB適用於 firefox 42.0 與更新版本- Fixed using runAs() with function literals. This was broken in Firefox 74 and up due to the removal of Function.prototype.toSource() in web content.原始碼依照 MIT License 條款釋出
下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件較舊版本
版本 0.4.0
發行於 2018年12月25日 - 23.84 KB適用於 firefox 63.0 與更新版本- Fixed issues related to changes in Firefox's stylesheets. The checkboxes and radio buttons should be visible again.
- Moved the configuration into its own page, to make better use of screen real estate. This counteracts a recent change in Firefox that shrunk the available width of the addon preferences page.
- Added import and export features. Individual contextlets can be exported to JSON files, which can later be imported again. An import file may contain a single contextlet or an array of contextlets.
- The Contextlets extension now requires the "menus" permission. This is needed in order to access the target element of the context menu, via OnClickData.targetElementId and menus.getTargetElement().
- Added some example contextlets.原始碼依照 MIT License 條款釋出
版本 0.3.1
發行於 2017年12月10日 - 18.41 KB適用於 firefox 42.0 與更新版本, android 48.0 到 68.*- Fixed issue where items weren't being matched correctly after reordering.原始碼依照 MIT License 條款釋出
版本 0.3.0
發行於 2017年12月10日 - 18.4 KB適用於 firefox 42.0 與更新版本, android 48.0 到 68.*- Added the ability to create more than one top-level context menu item, using the "Extra Contextlet" helper extensions.原始碼依照 MIT License 條款釋出
版本 0.2.0
發行於 2017年11月26日 - 21.45 KB適用於 firefox 42.0 與更新版本, android 48.0 到 68.*1. Added an option to display line numbers in the code editor. Unfortunately, this currently prevents word wrapping when line numbers are enabled. Solving this will require a more substantial replacement for the editor (which I won't do without a solid native fallback).
2. Corrected URL pattern matching for the Frame, Editable Field, and Password Field contexts.
3. Added documentation for URL patterns in the API Reference page.原始碼依照 MIT License 條款釋出