about:about Button のバージョン履歴 - 全 22 バージョン
about:about Button 作成者: ExE Boss
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 0.1.21resigned1
リリース日 : 2024年4月25日 - 1.1 MBfirefox バージョン 52.0 以降 で動作ソースコードは GNU General Public License v3.0 only に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 0.1.20
リリース日 : 2018年6月22日 - 1.09 MBfirefox バージョン 52.0 以降 で動作Changes – 0.1.20- Switched to using hyperHTML for faster loading.
- Added Firefox 62
about:
pages
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.19
リリース日 : 2018年3月19日 - 1.05 MBfirefox バージョン 52.0 以降, android バージョン 52.0 から 68.* で動作Changes – 0.1.19- Refactored a lot of code.
- Fixed a FOUC issue with the popup.
- Jackymancs4 fixed the Open Extension Options button being cut-off on MacOS.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.18
リリース日 : 2017年11月30日 - 1.05 MBfirefox バージョン 52.0 以降 で動作Changes – 0.1.18- Added about:* page information for Firefox 57.0, 58.0 and 59.0.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.17
リリース日 : 2017年9月5日 - 1.04 MBfirefox バージョン 52.0 以降 で動作Changes – 0.1.17- Migrated all JavaScript files to strict mode.
- Fixed the internal redirect page sometimes redirecting to
undefined
. - Added support for
about:url-classifier
. - Bug fixes and improvements.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.16
リリース日 : 2017年8月30日 - 1.03 MBfirefox バージョン 52.0 以降 で動作Changes – 0.1.16- Remove usage of the obsolete
<menu type="context">
- Caused by:
- whatwg/html#2730
- Bug 1372276
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- Remove usage of the obsolete
バージョン 0.1.15
リリース日 : 2017年8月12日 - 1.03 MBfirefox バージョン 52.0 以降 で動作Changes- The Options now look more like native Firefox options
- Fixed the scrollbar overlapping the text in the popup (again)
- Improved internationalization loading
- Converted all files to XHTML
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.14
リリース日 : 2017年7月29日 - 1.03 MBfirefox バージョン 52.0 以降 で動作Changes- Implemented a context menu for
about:
pages with alternate options.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- Implemented a context menu for
バージョン 0.1.13
リリース日 : 2017年7月27日 - 1.03 MBfirefox バージョン 52.0 以降 で動作Changes- Fixed a bug that made disabled
about:
page buttons clickable. - Fixed the appearance of the options page as specified by WebExtensions Browser styles on MDN.
- Fixed the scrollbar affecting the “Open Extension Options” button when the popup was more than 600px tall.
- Internationalized the
about:
page descriptions.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- Fixed a bug that made disabled
バージョン 0.1.12
リリース日 : 2017年6月14日 - 1.03 MBfirefox バージョン 52.0 以降, android バージョン 52.0 から 68.* で動作Changes- A message is now displayed when no known
about:
pages are found.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- A message is now displayed when no known
バージョン 0.1.11
リリース日 : 2017年6月10日 - 1.03 MBfirefox バージョン 52.0 以降 で動作Changes- The UI has been redesigned using the official Firefox Style Guide.
- This has made it easier to group pages into categories.
- Most
about:
pages now have descriptions that are visible when the user hovers over them.
Descriptions are taken from the MDN documentation on the "about" protocol. - The extension options have been fixed in Firefox 55 Nightly.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.10
リリース日 : 2017年6月9日 - 1,017.78 KBfirefox バージョン 52.0 以降 で動作Changes- Replaced the dated IE5 XMLHttpRequest with the modern Fetch API
- Changed the popup script to use
async
andawait
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.9
リリース日 : 2017年6月4日 - 1,016.72 KBfirefox バージョン 52.0 以降 で動作Changes- Converted internal page data into JSON
- Added
about:blocked
,about:certerror
,about:neterror
andabout:tabcrashed
unlisted pages
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.8
リリース日 : 2017年6月2日 - 996.39 KBfirefox バージョン 52.0 以降, android バージョン 52.0 から 68.* で動作Changes- Un-hardcoded some values
- Added code which will make it possible to release a version for other browsers (currently only has code for Mozilla Firefox and Google Chrome)
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.7
リリース日 : 2017年5月27日 - 453.22 KBfirefox バージョン 52.0 以降 で動作Changes- Renamed the extension to: ‘
about:about
Button’.
This was done because of the AMO Policies and Actions regarding Mozilla trademarks and I wasn’t entirely sure if my extension’s name was infringing or not (it got accepted, so probably not, but I prefer to be on the safe side). - Split Firefox specific code from the background page script into a second background page script so that support for other browsers might be added in the future.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- Renamed the extension to: ‘
バージョン 0.1.6
リリース日 : 2017年5月3日 - 451.49 KBfirefox バージョン 52.0 以降 で動作Changes- Changed license to GNU General Public License 3.
NOTICE: This change is applied retroactively to all versions.
ソースコードは GNU General Public License v3.0 only に従いリリースされています
- Changed license to GNU General Public License 3.
バージョン 0.1.5
リリース日 : 2017年4月28日 - 451.11 KBfirefox バージョン 52.0 以降, android バージョン 52.0 から 68.* で動作Changes- Toolbar button popup now opens even faster than before
ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 0.1.4
リリース日 : 2017年4月18日 - 451.11 KBfirefox バージョン 52.0 以降 で動作Changes- Changed the license to Apache License 2.0
ソースコードは Apache License 2.0 に従いリリースされています
バージョン 0.1.3
リリース日 : 2017年4月15日 - 448.5 KBfirefox バージョン 52.0 以降, android バージョン 52.0 から 68.* で動作[New features]
- Implemented shim for 'about:credits' (goes to 'https://www.mozilla.org/credits/')
[Bug fixes]
- Fixed the first line in the description being duplicatedソースコードは Apache License 2.0 に従いリリースされています
バージョン 0.1.2
リリース日 : 2017年4月14日 - 448.35 KBfirefox バージョン 52.0 以降 で動作[Improvements]
- Reloading the about: pages buttons now happens instantaneously
- The about: pages buttons information is now built through code instead of being declared staticallyソースコードは Apache License 2.0 に従いリリースされています
バージョン 0.1.1
リリース日 : 2017年4月13日 - 447.7 KBfirefox バージョン 52.0 以降 で動作[New features]
- Options page (now allows hiding of greyed-out (privileged) about: page buttons)
- Pressing about:addons now opens the extension’s options pageソースコードは Apache License 2.0 に従いリリースされています
バージョン 0.1.0b1
リリース日 : 2017年4月11日 - 447.01 KBfirefox バージョン 52.0 以降 で動作ソースコードは Apache License 2.0 に従いリリースされています